Change category as Other

Co-authored-by: Daniel Sheppard <dans@dansheps.com>
This commit is contained in:
Mathias Guillemot 2025-02-20 16:10:52 +08:00 committed by GitHub
parent 0df87067fc
commit 8176033d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ class L2VPNTypeChoices(ChoiceSet):
(TYPE_EPTREE, _('Ethernet Private Tree')), (TYPE_EPTREE, _('Ethernet Private Tree')),
(TYPE_EVPTREE, _('Ethernet Virtual Private Tree')), (TYPE_EVPTREE, _('Ethernet Virtual Private Tree')),
)), )),
('SPB', ( ('Other', (
(TYPE_SPB, _('SPB')), (TYPE_SPB, _('SPB')),
)), )),
) )