-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 unit to power port overview on device view #13587
Comments
Does it make sense to replicate the unit for each value in the column? It's always going to be the same; maybe annotating it in the column header would be more efficient. Typically we want to avoid attaching units to numeric data, especially when being exported e.g. as CSV. |
Another option would be to render the unit in the UI, but omit it for CSV export. This would keep the exported data "cleaner" by retaining the native integer format. |
* adds unit to the power port draw #13587 * review changes #13587 * moved units to header #13587 * Abbreviate unit for consistency with e.g. PowerFeedTable available_power column --------- Co-authored-by: Jeremy Stretch <[email protected]>
NetBox version
v3.5.8
Feature type
New functionality
Proposed functionality
On the power ports view within a device, add the unit to the Maximum draw and Allocated draw.
From this:
To this
Use case
Just makes it more apparent for users that the unit of power is W.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: