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 status to tooltip in rack elevation view #18065

Closed
rodvand opened this issue Nov 21, 2024 · 1 comment · Fixed by #18083
Closed

Add status to tooltip in rack elevation view #18065

rodvand opened this issue Nov 21, 2024 · 1 comment · Fixed by #18083
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

@rodvand
Copy link
Contributor

rodvand commented Nov 21, 2024

NetBox version

v4.1.6

Feature type

New functionality

Triage priority

I volunteer to perform this work (if approved)

Proposed functionality

In the rack elevation view (/dcim/rack-elevations/) when hovering a racked device it includes some details.
Screenshot 2024-11-21 at 20 20 48

I propose that we include the device's status as well.

Use case

Some of my colleagues spend a good amount of time in the rack elevation view to plan and design future racks. Sometimes they power of devices planning for their removals. In this case they would leave the device in a 'Offline' status. For them to quickly be able to see if the device is 'offline' or 'active' they would like the status field to be included in the tooltip hover details.

Database changes

No response

External dependencies

No response

@rodvand rodvand added status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application labels Nov 21, 2024
@rodvand
Copy link
Contributor Author

rodvand commented Nov 21, 2024

I believe the change needed would be to add the "Status: {device.status}" to this:

description = f'Name: {device.name}'
description += f'\nRole: {device.role}'

@bctiemann bctiemann added complexity: low Requires minimal effort to implement status: accepted This issue has been accepted for implementation labels Nov 22, 2024 — with Linear
@bctiemann bctiemann removed the status: needs triage This issue is awaiting triage by a maintainer label Nov 22, 2024
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.

2 participants