feat(hardware): allow rack item kinds (pdu, patch-panel, shelf, blank, ups, kvm)

This commit is contained in:
sjat 2026-06-24 13:40:01 +02:00
parent f8bcd7ec7f
commit 717de70eca

View file

@ -14,7 +14,7 @@ hardware:
- kind - kind
- status - status
enums: enums:
kind: [server, laptop, sbc, switch, ap, desktop] kind: [server, laptop, sbc, switch, ap, desktop, pdu, patch-panel, shelf, blank, ups, kvm]
status: [in-use, staging, spare, broken, donated] status: [in-use, staging, spare, broken, donated]
storage_type: [nvme, ssd, hdd, mixed] storage_type: [nvme, ssd, hdd, mixed]
group_by: kind group_by: kind
@ -27,6 +27,12 @@ hardware:
switch: Switches switch: Switches
ap: Access points ap: Access points
desktop: Desktops desktop: Desktops
pdu: PDUs
patch-panel: Patch panels
shelf: Shelves
blank: Blank panels
ups: UPS
kvm: KVM
sort_by: hostname sort_by: hostname
columns: columns:
- { header: Hostname, kind: key-link, field: hostname } - { header: Hostname, kind: key-link, field: hostname }