-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add device type/role to Interface filter #12015
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Comments
If undertaken, this should be implemented consistently for all device components (not just interfaces). |
Hi Jeremy, Yes I agree, the ability to filter any of the device's components by device roles or device types would be highly beneficial |
abhi1693
added a commit
that referenced
this issue
May 5, 2023
abhi1693
added a commit
that referenced
this issue
May 5, 2023
jeremystretch
pushed a commit
that referenced
this issue
May 9, 2023
jeremystretch
added a commit
that referenced
this issue
May 31, 2023
* adds device type and role to device component filter #12015 * changes as per review * Add filterset tests for device type & role filters --------- Co-authored-by: jeremystretch <[email protected]>
jeremystretch
added a commit
that referenced
this issue
May 31, 2023
Merged
jeremystretch
added a commit
that referenced
this issue
Aug 28, 2023
#12491) * 12489 use htmx for site view locations and non-racked-devices * 12489 remove now unused queries in context * adds device type and role to device component filter #12015 * Revert "Fixes #12463: Fix the association of completed jobs with reports & scripts in the REST API" This reverts commit a29a07e. * 12489 update nonracked_devices on rack and location templates * 12489 fix whitespace issue * Undo errant commits * 12489 update site id in templates * 12489 remove nonracked_devices include * 12489 add has_position filter * Use empty lookup for position field * Remove non-racked devices list from rack view (was moved to a tab) * Clean up location and device tables * Restore plugins block on rack template --------- Co-authored-by: Abhimanyu Saharan <[email protected]> Co-authored-by: jeremystretch <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.4.4
Feature type
New functionality
Proposed functionality
Add the ability to filter interfaces by device types or device roles. I would like to review a set of devices that all fall under one device type or device role, and check whether a connection has been made to the interface. However, to do this, I have to search for each device individually and select every one into the filter to display what would be the same result if I could just filter by device type/role.
Use case
The use case for this would be reviewing and checking interfaces easily for specific device types or roles. More specifically, the ability to see cables and their connections for device types and roles.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: