mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
#6856: Remove ?limit=0 from API queries
This commit is contained in:
parent
664b02d735
commit
be3b4f0d3e
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.
@ -225,7 +225,6 @@ class APISelect {
|
||||
}
|
||||
|
||||
this.queryParams.set('brief', true);
|
||||
this.queryParams.set('limit', 0);
|
||||
this.updateQueryUrl();
|
||||
|
||||
// Initialize element styling.
|
||||
|
Loading…
Reference in New Issue
Block a user