mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
Abbreviate unit for consistency with e.g. PowerFeedTable available_power column
This commit is contained in:
parent
da7ef1fbd3
commit
e017fb6864
@ -467,10 +467,10 @@ class PowerPortTable(ModularDeviceComponentTable, PathEndpointTable):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
maximum_draw = tables.Column(
|
maximum_draw = tables.Column(
|
||||||
verbose_name=_('Maximum draw (watts)')
|
verbose_name=_('Maximum draw (W)')
|
||||||
)
|
)
|
||||||
allocated_draw = tables.Column(
|
allocated_draw = tables.Column(
|
||||||
verbose_name=_('Allocated draw (watts)')
|
verbose_name=_('Allocated draw (W)')
|
||||||
)
|
)
|
||||||
tags = columns.TagColumn(
|
tags = columns.TagColumn(
|
||||||
url_name='dcim:powerport_list'
|
url_name='dcim:powerport_list'
|
||||||
|
Loading…
Reference in New Issue
Block a user