Skip to content
Snippets Groups Projects

Update initial form for IP trunk creation

Closed Karel van Klink requested to merge feature/multi-step-ip-trunk-form into develop
4 files
+ 59
37
Compare changes
  • Side-by-side
  • Inline
Files
4
 
from enum import IntEnum
 
 
 
class PhyPortCapacity(IntEnum):
 
ONE = 1
 
TEN = 10
 
HUNDRED = 100
 
FOUR_HUNDRED = 400
Loading