1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #4096 from elju/patch-1

Updated forms.py to match current naming (Fix for #4095)
This commit is contained in:
Jeremy Stretch
2020-02-05 16:25:34 -05:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ DEVICE_BY_PK_RE = r'{\d+\}'
INTERFACE_MODE_HELP_TEXT = """
Access: One untagged VLAN<br />
Tagged: One untagged VLAN and/or one or more tagged VLANs<br />
Tagged All: Implies all VLANs are available (w/optional untagged VLAN)
Tagged (All): Implies all VLANs are available (w/optional untagged VLAN)
"""