mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 13:22:24 -06:00
#13428: Misc cleanup
This commit is contained in:
@@ -159,8 +159,8 @@ class VLANStatusChoices(ChoiceSet):
|
||||
|
||||
class VLANQinQRoleChoices(ChoiceSet):
|
||||
|
||||
ROLE_SERVICE = 's-vlan'
|
||||
ROLE_CUSTOMER = 'c-vlan'
|
||||
ROLE_SERVICE = 'svlan'
|
||||
ROLE_CUSTOMER = 'cvlan'
|
||||
|
||||
CHOICES = [
|
||||
(ROLE_SERVICE, _('Service'), 'blue'),
|
||||
|
||||
Reference in New Issue
Block a user