This commit is contained in:
@ -12,7 +12,7 @@ export function DiskBusSelect(p: {
|
||||
label="Disk bus type"
|
||||
options={[
|
||||
{ label: "virtio", value: "Virtio" },
|
||||
{ label: "sata", value: "Sata" },
|
||||
{ label: "sata", value: "SATA" },
|
||||
]}
|
||||
onValueChange={(v) => p.onValueChange(v as any)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user