mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
fix for #10059 - add identifier to L2VPN table
This commit is contained in:
@ -34,7 +34,7 @@ class L2VPNTable(TenancyColumnsMixin, NetBoxTable):
|
|||||||
model = L2VPN
|
model = L2VPN
|
||||||
fields = (
|
fields = (
|
||||||
'pk', 'name', 'slug', 'type', 'description', 'import_targets', 'export_targets', 'tenant', 'tenant_group',
|
'pk', 'name', 'slug', 'type', 'description', 'import_targets', 'export_targets', 'tenant', 'tenant_group',
|
||||||
'actions',
|
'actions', 'identifier',
|
||||||
)
|
)
|
||||||
default_columns = ('pk', 'name', 'type', 'description', 'actions')
|
default_columns = ('pk', 'name', 'type', 'description', 'actions')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user