1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge branch 'develop' into 3428-cache-invalidation

This commit is contained in:
John Anderson
2019-08-20 17:35:54 -04:00
32 changed files with 992 additions and 688 deletions

View File

@@ -729,6 +729,7 @@ class PowerConnectionTable(BaseTable):
viewname='dcim:device',
accessor=Accessor('connected_endpoint.device'),
args=[Accessor('connected_endpoint.device.pk')],
order_by='_connected_poweroutlet__device',
verbose_name='PDU'
)
outlet = tables.Column(