mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
Add status field to table.
This commit is contained in:
parent
e9c2155dd7
commit
1bac964dde
@ -919,7 +919,7 @@ class VirtualDeviceContextTable(TenancyColumnsMixin, NetBoxTable):
|
|||||||
class Meta(NetBoxTable.Meta):
|
class Meta(NetBoxTable.Meta):
|
||||||
model = models.VirtualDeviceContext
|
model = models.VirtualDeviceContext
|
||||||
fields = (
|
fields = (
|
||||||
'pk', 'id', 'name', 'identifier', 'tenant', 'tenant_group',
|
'pk', 'id', 'name', 'identifier', 'tenant', 'tenant_group', 'status',
|
||||||
'primary_ip', 'primary_ip4', 'primary_ip6', 'comments', 'tags', 'created', 'last_updated',
|
'primary_ip', 'primary_ip4', 'primary_ip6', 'comments', 'tags', 'created', 'last_updated',
|
||||||
)
|
)
|
||||||
default_columns = (
|
default_columns = (
|
||||||
|
Loading…
Reference in New Issue
Block a user