mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52:52 -06:00
Fixes #13701: Correct display of power feed legs under device view
This commit is contained in:
parent
026386db50
commit
2ffa6d0188
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#13701](https://github.com/netbox-community/netbox/issues/13701) - Correct display of power feed legs under device view
|
||||||
* [#13706](https://github.com/netbox-community/netbox/issues/13706) - Restore extra filters dropdown on device interfaces list
|
* [#13706](https://github.com/netbox-community/netbox/issues/13706) - Restore extra filters dropdown on device interfaces list
|
||||||
* [#13721](https://github.com/netbox-community/netbox/issues/13721) - Filter VLAN choices by selected site (if any) when creating a prefix
|
* [#13721](https://github.com/netbox-community/netbox/issues/13721) - Filter VLAN choices by selected site (if any) when creating a prefix
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@
|
|||||||
{% for leg in utilization.legs %}
|
{% for leg in utilization.legs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding-left: 20px">
|
<td style="padding-left: 20px">
|
||||||
{% trans "Leg" context "Leg of a power feed" %} {{ leg }}
|
{% trans "Leg" context "Leg of a power feed" %} {{ leg.name }}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ leg.outlet_count }}</td>
|
<td>{{ leg.outlet_count }}</td>
|
||||||
<td>{{ leg.allocated }}</td>
|
<td>{{ leg.allocated }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user