瀏覽代碼

#6856: Remove ?limit=0 from API queries

jeremystretch 4 年之前
父節點
當前提交
be3b4f0d3e

文件差異過大導致無法顯示
+ 0 - 0
netbox/project-static/dist/netbox.js


文件差異過大導致無法顯示
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 0 - 1
netbox/project-static/src/select/api.ts

@@ -225,7 +225,6 @@ class APISelect {
     }
 
     this.queryParams.set('brief', true);
-    this.queryParams.set('limit', 0);
     this.updateQueryUrl();
 
     // Initialize element styling.

部分文件因文件數量過多而無法顯示