mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Restore 'brief' parameter (regression from 7e20beae7e
)
This commit is contained in:
parent
2d03373666
commit
b05fcfae76
@ -158,6 +158,7 @@ $(document).ready(function() {
|
||||
q: params.term,
|
||||
limit: 50,
|
||||
offset: offset,
|
||||
brief: true,
|
||||
};
|
||||
|
||||
// Attach any extra query parameters
|
||||
|
Loading…
Reference in New Issue
Block a user