-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add rack as filter option to rack elevation #11504
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
Comments
As the id is exposed in the netbox/netbox/dcim/forms/filtersets.py Lines 300 to 309 in d7c37d9
netbox/netbox/dcim/forms/filtersets.py Lines 225 to 233 in d7c37d9
RackFilterForm and add id on line netbox/netbox/dcim/forms/filtersets.py Line 226 in d7c37d9
as this: (None, ('q', 'filter_id', 'tag', 'id')),
It's not very DRY so if there is any other way of making this more dynamic I'm open for suggestions... |
I haven't run the feature branch to test, but will #11598 cover this FR @jeremystretch ? Having to go from the rack list to elevations isn't a big deal for me. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
NetBox version
v3.4.2
Feature type
New functionality
Proposed functionality
In the rack elevation filter section add rack as a multiple input choice field.
Use case
If you want to "compare" single racks to each other. It is possible today with using ?id=x&id=y in the URL but it would be nice to have this feature as a field in the filter section.
Database changes
None
External dependencies
None
The text was updated successfully, but these errors were encountered: