-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter devices by rack #1137
Comments
As a workaround you can currently go to the rack and click on the devices count at the "devices" section. This leads to the following URL: You can also append the "rack_id" parameter to the already existing filter-parameters of the device page to manually filter devices for a specific rack, e.g.: |
That works, thanks! And I note you can select multiple racks with However, I'd still like the filter available in the UI. It would be a lot easier to use. |
We should be able to make this work similar to the nested filters for manufacturer and device type on the devices list. |
Issue type: feature request
I would like to be able to do a bulk update of devices in a particular rack, e.g. to set a custom attribute.
However right now:
I think the simplest solution is to add a new filter on the RHS of the Device page (
/dcim/devices/
) to filter on Rack - this should include optionNone
to see unracked devices.The text was updated successfully, but these errors were encountered: