mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-14 14:41:33 +00:00
[UI] Various fixes (#10038)
* Fix badge wrapping * Move revision selector - Simplify top header * Remove "detail" attribute from <PageDetail> * Implement "FORMS_CLOSE_USING_ESCAPE" option * Implement "STICKY_HEADER" setting * Remove unused setting * Improved badge layout * Sticky header fix
This commit is contained in:
@@ -173,12 +173,6 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
'PART_SHOW_QUANTITY_IN_FORMS': {
|
||||
'name': _('Show Quantity in Forms'),
|
||||
'description': _('Display available part quantity in some forms'),
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
'FORMS_CLOSE_USING_ESCAPE': {
|
||||
'name': _('Escape Key Closes Forms'),
|
||||
'description': _('Use the escape key to close modal forms'),
|
||||
|
Reference in New Issue
Block a user