PDU Power Missing on Device Page #5184
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
(We're still evaluating so are using the docker images)
Steps to Reproduce
Expected Behavior
To be able to see the power (per phase for 3 phase feeds) on the device page
Observed Behavior
There is no power panel displayed for the device
I believe this issue was introduced in commit e635dc1 with the change to netbox/dcim/views.py at line 999 but without a corresponding change to templates/dcim/device.html around what had been line 412/became 332:
{% if power_ports and poweroutlets %}
. Note there's another instance ofpower_ports
in use in the same block around what had been line 425/became 345:{% for pp in power_ports %}}
.The text was updated successfully, but these errors were encountered: