mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-22 23:46: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(
|
||||
verbose_name=_('Maximum draw (watts)')
|
||||
verbose_name=_('Maximum draw (W)')
|
||||
)
|
||||
allocated_draw = tables.Column(
|
||||
verbose_name=_('Allocated draw (watts)')
|
||||
verbose_name=_('Allocated draw (W)')
|
||||
)
|
||||
tags = columns.TagColumn(
|
||||
url_name='dcim:powerport_list'
|
||||
|
Loading…
Reference in New Issue
Block a user