Add IP action buttons to interface view

This commit is contained in:
Julian Jacobi 2021-03-05 10:45:58 +01:00
parent df17d4746a
commit 12a6088640

View File

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