mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
Closes #882: Add support for front & rear port color
This commit is contained in:
parent
6f1fa04a74
commit
0da9bfbeca
@ -444,6 +444,10 @@
|
||||
"urm-p8"
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-f0-9]{6}$"
|
||||
},
|
||||
"rear_port": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -504,6 +508,10 @@
|
||||
"urm-p8"
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-f0-9]{6}$"
|
||||
},
|
||||
"positions": {
|
||||
"type": "integer"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user