mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
add rack width of 21 inches for ETSI racks
This commit is contained in:
parent
eb2e960af4
commit
f7e7699d93
@ -57,11 +57,13 @@ class RackWidthChoices(ChoiceSet):
|
|||||||
|
|
||||||
WIDTH_10IN = 10
|
WIDTH_10IN = 10
|
||||||
WIDTH_19IN = 19
|
WIDTH_19IN = 19
|
||||||
|
WIDTH_21IN = 21
|
||||||
WIDTH_23IN = 23
|
WIDTH_23IN = 23
|
||||||
|
|
||||||
CHOICES = (
|
CHOICES = (
|
||||||
(WIDTH_10IN, '10 inches'),
|
(WIDTH_10IN, '10 inches'),
|
||||||
(WIDTH_19IN, '19 inches'),
|
(WIDTH_19IN, '19 inches'),
|
||||||
|
(WIDTH_21IN, '21 inches'),
|
||||||
(WIDTH_23IN, '23 inches'),
|
(WIDTH_23IN, '23 inches'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user