Can attach multiple ISOs to the same domain at the same time
This commit is contained in:
@ -203,9 +203,9 @@ function VMDetailsInner(
|
||||
<VMSelectIsoInput
|
||||
editable={p.editable}
|
||||
isoList={p.isoList}
|
||||
value={p.vm.iso_file}
|
||||
attachedISOs={p.vm.iso_files}
|
||||
onChange={(v) => {
|
||||
p.vm.iso_file = v;
|
||||
p.vm.iso_files = v;
|
||||
p.onChange?.();
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user