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
|
||||
- status
|
||||
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]
|
||||
storage_type: [nvme, ssd, hdd, mixed]
|
||||
group_by: kind
|
||||
|
|
@ -27,6 +27,12 @@ hardware:
|
|||
switch: Switches
|
||||
ap: Access points
|
||||
desktop: Desktops
|
||||
pdu: PDUs
|
||||
patch-panel: Patch panels
|
||||
shelf: Shelves
|
||||
blank: Blank panels
|
||||
ups: UPS
|
||||
kvm: KVM
|
||||
sort_by: hostname
|
||||
columns:
|
||||
- { header: Hostname, kind: key-link, field: hostname }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue