feat(hardware): allow rack item kinds (pdu, patch-panel, shelf, blank, ups, kvm)
This commit is contained in:
parent
f8bcd7ec7f
commit
717de70eca
1 changed files with 7 additions and 1 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue