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

Add IP action buttons to interface view

This commit is contained in:
Julian Jacobi
2021-03-05 10:45:58 +01:00
parent fa8e70fe26
commit ad1da22257

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