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

Add rack types column to manufacturers table #18584

Closed
alabrunda opened this issue Feb 6, 2025 · 1 comment · Fixed by #18636
Closed

Add rack types column to manufacturers table #18584

alabrunda opened this issue Feb 6, 2025 · 1 comment · Fixed by #18636
Assignees
Labels
complexity: low Requires minimal effort to implement status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@alabrunda
Copy link

NetBox version

v4.2.2

Feature type

Data model extension

Proposed functionality

Manufacturers screen lists Device Types and Module Types but does not display Rack Types. It would be very helpful to have an option to include Rack Types from the “Configure Table” feature in the Manufacturers view.

This enhancement would make it easier to manage and reference all equipment types from one place, improving overall workflow and consistency.

Use case

Currently, users can assign manufacturers when creating rack types; however, there isn’t a straightforward way to view or filter these rack types by manufacturer within the interface.

It would be very helpful if NetBox provided a column by RackType from the manufacturer’s page. This improvement would:

Enhance Usability – Quickly locate all rack types associated with a specific manufacturer.
Streamline Workflows – Reduce the time spent searching for or cross-referencing rack types.

Thank you for considering this request

Database changes

No DB Change Require. Presentation request only

External dependencies

No dependencies. Presentation request only

@alabrunda alabrunda added status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application labels Feb 6, 2025
@jeremystretch
Copy link
Member

jeremystretch commented Feb 6, 2025

You should see rack types listed under "related objects" to the right:

Image

This model was added recently. Are you running NetBox v4.2?

Edit: Oh I see, you were referring to the list view. Yes, we should add a column for rack types.

@jeremystretch jeremystretch changed the title Manufacturers does not display Rack Types Add rack types column to manufacturers table Feb 6, 2025
@jeremystretch jeremystretch added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation and removed status: needs triage This issue is awaiting triage by a maintainer labels Feb 6, 2025
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation complexity: low Requires minimal effort to implement and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Feb 14, 2025
jeremystretch pushed a commit that referenced this issue Feb 18, 2025
* Add racktype_count annotation to list view queryset, create the LinkedCountColumn in ManufacturerTable

* Add Manufacturer field to RackTypeFilterForm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low Requires minimal effort to implement status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants