-
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
Enable filtering devices by assigned rack face #2357
Comments
FYI |
We may have painted ourselves into a corner with this one. The face is stored as a nullable integer value in the database, with We have a few options:
|
Marking this as blocked by #2632 |
Hi I would ask if there is something new? Change the face field to use different values (e.g. "front" and "rear") instead of 0 and 1. |
Environment
Proposed Functionality
Add the ability to search for devices based on rack position and face.
Use Case
It is handy to be able to search for devices in a specific part of a rack, which the combination of position and face should accomplish. I believe this is a trivial change to
netbox/dcim/filters.py
.Database Changes
None.
External Dependencies
None.
The text was updated successfully, but these errors were encountered: