mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-04 06:38:16 -06:00
17569 review changes
This commit is contained in:
parent
6a4f87465b
commit
75057eb6f6
@ -1352,7 +1352,7 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm):
|
|||||||
queryset=VLANGroup.objects.all(),
|
queryset=VLANGroup.objects.all(),
|
||||||
required=False,
|
required=False,
|
||||||
label=_('VLAN group'),
|
label=_('VLAN group'),
|
||||||
help_text=_("Used only to filter tagged and untagged VLANs below. This is not saved on the interface.")
|
help_text=_("Filter VLANs available for assignment by group.")
|
||||||
)
|
)
|
||||||
untagged_vlan = DynamicModelChoiceField(
|
untagged_vlan = DynamicModelChoiceField(
|
||||||
queryset=VLAN.objects.all(),
|
queryset=VLAN.objects.all(),
|
||||||
|
Loading…
Reference in New Issue
Block a user