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