mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Limit number of options to 100
This commit is contained in:
parent
edc9aaf53d
commit
ebd4a316c0
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -87,8 +87,9 @@ export class DynamicTomSelect extends TomSelect {
|
||||
query['q'] = [search];
|
||||
}
|
||||
|
||||
// Enable "brief" mode
|
||||
query['brief'] = ['True'];
|
||||
// Add standard parameters
|
||||
query['brief'] = [true];
|
||||
query['limit'] = [100];
|
||||
|
||||
return queryString.stringifyUrl({ url, query });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user