mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 12:52:21 -06:00
Closes #1198: Allow filtering unracked devices on device list
This commit is contained in:
@@ -76,6 +76,7 @@ $(document).ready(function() {
|
||||
|
||||
// Update rack options
|
||||
rack_list.empty();
|
||||
rack_list.append($("<option></option>").attr("value", "0").text("None"));
|
||||
$.ajax({
|
||||
url: netbox_api_path + 'dcim/racks/?limit=500&site=' + selected_sites.join('&site='),
|
||||
dataType: 'json',
|
||||
|
||||
Reference in New Issue
Block a user