#13428: Misc cleanup

This commit is contained in:
Jeremy Stretch
2024-11-26 09:56:33 -05:00
parent d093b21bc0
commit 9b4b56febc
6 changed files with 26 additions and 9 deletions

View File

@@ -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'),