Add IP action buttons to interface view
This commit is contained in:
parent
fa8e70fe26
commit
ad1da22257
|
|
@ -433,6 +433,9 @@ class InterfaceIPAddressTable(BaseTable):
|
|||
tenant = tables.TemplateColumn(
|
||||
template_code=TENANT_LINK
|
||||
)
|
||||
actions = ButtonsColumn(
|
||||
model=IPAddress
|
||||
)
|
||||
|
||||
class Meta(BaseTable.Meta):
|
||||
model = IPAddress
|
||||
|
|
|
|||
Loading…
Reference in New Issue