mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 15:17:45 -06:00
undefined
This commit is contained in:
@@ -506,6 +506,9 @@ class BaseInterfaceTable(NetBoxTable):
|
||||
verbose_name='Tagged VLANs'
|
||||
)
|
||||
|
||||
def value_ip_addresses(self, value):
|
||||
return ",".join([str(obj.address) for obj in value.all()])
|
||||
|
||||
|
||||
class InterfaceTable(ModularDeviceComponentTable, BaseInterfaceTable, PathEndpointTable):
|
||||
device = tables.Column(
|
||||
|
||||
Reference in New Issue
Block a user