feat(*): Make racks first-class with dropdown selection and shelf support

This commit is contained in:
Josh Creek
2026-07-12 21:07:27 +01:00
parent b4f5f12731
commit ec7598e15c
8 changed files with 558 additions and 68 deletions
+16 -2
View File
@@ -556,7 +556,11 @@
"port": "11"
}
}
]
],
"rack": {
"name": "Lab Rack",
"unit": 3
}
},
{
"name": "3DS",
@@ -598,7 +602,11 @@
"port": "20"
}
}
]
],
"rack": {
"name": "Lab Rack",
"unit": 3
}
},
{
"name": "UPS Pi",
@@ -636,5 +644,11 @@
"name": "IoT",
"vlanId": 20
}
],
"racks": [
{
"name": "Lab Rack",
"heightU": 12
}
]
}