mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Other changes as requested
This commit is contained in:
parent
a45e2c0199
commit
4c6ad6facf
@ -1024,7 +1024,7 @@ a {
|
|||||||
|
|
||||||
.search-result-panel {
|
.search-result-panel {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: 50%
|
width: 75%
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result-group {
|
.search-result-group {
|
||||||
|
@ -1319,7 +1319,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
|||||||
|
|
||||||
'SEARCH_PREVIEW_RESULTS': {
|
'SEARCH_PREVIEW_RESULTS': {
|
||||||
'name': _('Search Preview Results'),
|
'name': _('Search Preview Results'),
|
||||||
'description': _('Number of results to show in search preview window'),
|
'description': _('Number of results to show in each section of the search preview window'),
|
||||||
'default': 10,
|
'default': 10,
|
||||||
'validator': [int, MinValueValidator(1)]
|
'validator': [int, MinValueValidator(1)]
|
||||||
},
|
},
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Callback when the search panel is closed
|
||||||
|
*/
|
||||||
function closeSearchPanel() {
|
function closeSearchPanel() {
|
||||||
|
|
||||||
// TODO
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user