mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
vlan response status field addition
This commit is contained in:
parent
39c198ef35
commit
af41013058
@ -57,7 +57,7 @@ class NestedVaporVLANSerializer(WritableNestedSerializer):
|
||||
|
||||
class Meta:
|
||||
model = VLAN
|
||||
fields = ['id', 'url', 'vid', 'name', 'display_name', 'prefixes']
|
||||
fields = ['id', 'url', 'vid', 'name', 'display_name', 'prefixes', 'status']
|
||||
|
||||
|
||||
class NestedVLANInterfaceSerializer(WritableNestedSerializer):
|
||||
|
Loading…
Reference in New Issue
Block a user