Merge pull request #5928 from wobcom/feature/ip-actions-in-interface-view

Add IP action buttons to interface view
This commit is contained in:
Jeremy Stretch 2021-03-08 16:58:53 -05:00 committed by GitHub
commit cae784ff52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,6 +433,9 @@ class InterfaceIPAddressTable(BaseTable):
tenant = tables.TemplateColumn(
template_code=TENANT_LINK
)
actions = ButtonsColumn(
model=IPAddress
)
class Meta(BaseTable.Meta):
model = IPAddress