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];
|
query['q'] = [search];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable "brief" mode
|
// Add standard parameters
|
||||||
query['brief'] = ['True'];
|
query['brief'] = [true];
|
||||||
|
query['limit'] = [100];
|
||||||
|
|
||||||
return queryString.stringifyUrl({ url, query });
|
return queryString.stringifyUrl({ url, query });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user