Fixed "Power Port" column name

This commit is contained in:
Jonathan Senecal 2016-10-24 17:22:01 -04:00 committed by GitHub
parent e22eafc4a7
commit 198674f368

View File

@ -357,7 +357,7 @@ class PowerConnectionTable(BaseTable):
args=[Accessor('power_outlet.device.pk')], verbose_name='PDU')
power_outlet = tables.Column(verbose_name='Outlet')
device = tables.LinkColumn('dcim:device', args=[Accessor('device.pk')], verbose_name='Device')
name = tables.Column(verbose_name='Console port')
name = tables.Column(verbose_name='Power Port')
class Meta(BaseTable.Meta):
model = PowerPort