mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-22 02:08:07 +02:00
handle cpu, copper and sfp as options
This commit is contained in:
@@ -63,17 +63,17 @@ hypervisor:
|
||||
readonly: true
|
||||
forcedType: int
|
||||
- field: disk
|
||||
label: "Disk(s) for passthrough. Line-delimited list. Free: FREE | Total: TOTAL"
|
||||
label: "Disk(s) for passthrough. Free: FREE | Total: TOTAL"
|
||||
readonly: true
|
||||
options: []
|
||||
forcedType: '[]int'
|
||||
multiline: true
|
||||
- field: copper
|
||||
label: "Copper port(s) for passthrough. Line-delimited list. Free: FREE | Total: TOTAL"
|
||||
label: "Copper port(s) for passthrough. Free: FREE | Total: TOTAL"
|
||||
readonly: true
|
||||
options: []
|
||||
forcedType: '[]int'
|
||||
multiline: true
|
||||
- field: sfp
|
||||
label: "SFP port(s) for passthrough. Line-delimited list. Free: FREE | Total: TOTAL"
|
||||
label: "SFP port(s) for passthrough. Free: FREE | Total: TOTAL"
|
||||
readonly: true
|
||||
options: []
|
||||
forcedType: '[]int'
|
||||
multiline: true
|
||||
|
||||
Reference in New Issue
Block a user