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 of inventory items by device name using the UI #2512

Closed
a31amit opened this issue Oct 10, 2018 · 0 comments
Closed

Allow filtering of inventory items by device name using the UI #2512

a31amit opened this issue Oct 10, 2018 · 0 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@a31amit
Copy link

a31amit commented Oct 10, 2018

Environment

  • Python version: 3.6
  • NetBox version: 2.4.6

Proposed Functionality

Allow Inventory Items list view to filter based on device name. Currently https://${netbox-server}/dcim/inventory-items/ only filter based on Manufracturer and text lookup into {Name | Part ID | Serial Number | Asset Tag | Description }

However when someone needs to find the inventory items for particular device, it doesn't search with search box.

And Netbox does allow filter based on device via web query in browser something like this -

https://${netbox-server}/dcim/inventory-items/?device=device1.example.com

But where is no way to search using filters provided on web page itself.

Use Case

  • Help end user who just want to use web UI to filter inventory items based their servers pattern
  • A bulk delete is possible for inventory-items for particular device as device-inventory tab doesn't allow bulk delete.
  • More granuler search

Database Changes

None

External Dependencies

None

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Nov 6, 2018
@jeremystretch jeremystretch changed the title Allow More web filters on Inventory items Allow filtering of inventory items by device name using the UI Nov 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 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

2 participants