Skip to content
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

Allow filtering device component lists by type (where applicable) #4281

Closed
candlerb opened this issue Feb 26, 2020 · 4 comments
Closed

Allow filtering device component lists by type (where applicable) #4281

candlerb opened this issue Feb 26, 2020 · 4 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@candlerb
Copy link
Contributor

Environment

  • Python version: 3.5.2
  • NetBox version: 2.7.8

Proposed Functionality

At the interfaces listing page (/dcim/interfaces/), allow filtering by interface Type.

(Potentially could also be done for other components like console ports and power ports; I wouldn't use that as much)

Use Case

  • Show me all virtual interfaces
  • Show me all LAG interfaces
  • Show me all SFP+ interfaces (etc)

Database Changes

None

External Dependencies

None

@DanSheps
Copy link
Member

DanSheps commented Feb 26, 2020

I think this should come after #4193, so for now, I am going to mark it as blocked by that

@DanSheps
Copy link
Member

Blocked: #4193

@DanSheps DanSheps added status: blocked Another issue or external requirement is preventing implementation type: feature Introduction of new functionality to the application labels Feb 26, 2020
@jeremystretch
Copy link
Member

I don't think this is related to #4193: we're looking at the global interfaces list rather than the individual device view. Should just need to add a type field to InterfaceFilterForm.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: blocked Another issue or external requirement is preventing implementation labels Feb 26, 2020
@jeremystretch jeremystretch changed the title Filter on interface type Allow filtering device component lists by type (where applicable) Feb 26, 2020
@jeremystretch
Copy link
Member

Extending this to incorporate all device components with a type.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
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
Projects
None yet
Development

No branches or pull requests

3 participants