mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
InterfaceIPAddressTable to use non-edit link
InterfaceIPAddressTable was using IPADDRESS_ASSIGN_LINK (edit URL with return_url), change to using view-only URL with IPADDRESS_LINK
This commit is contained in:
parent
9128dc961c
commit
488179b6d7
@ -385,7 +385,7 @@ class InterfaceIPAddressTable(BaseTable):
|
|||||||
"""
|
"""
|
||||||
List IP addresses assigned to a specific Interface.
|
List IP addresses assigned to a specific Interface.
|
||||||
"""
|
"""
|
||||||
address = tables.TemplateColumn(IPADDRESS_ASSIGN_LINK, verbose_name='IP Address')
|
address = tables.TemplateColumn(IPADDRESS_LINK, verbose_name='IP Address')
|
||||||
vrf = tables.TemplateColumn(VRF_LINK, verbose_name='VRF')
|
vrf = tables.TemplateColumn(VRF_LINK, verbose_name='VRF')
|
||||||
status = tables.TemplateColumn(STATUS_LABEL)
|
status = tables.TemplateColumn(STATUS_LABEL)
|
||||||
tenant = tables.TemplateColumn(template_code=TENANT_LINK)
|
tenant = tables.TemplateColumn(template_code=TENANT_LINK)
|
||||||
|
Loading…
Reference in New Issue
Block a user