Refactorize disks list
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-31 09:05:10 +02:00
parent c7cc15d8d0
commit 5fe481ffed
6 changed files with 31 additions and 36 deletions

View File

@ -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)}
/>