Add legacy boot mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-31 10:05:13 +02:00
parent 5518b45219
commit 4ee01cad4b
4 changed files with 45 additions and 14 deletions

View File

@ -280,6 +280,7 @@ function VMDetailsTabGeneral(p: DetailsInnerProps): React.ReactElement {
options={[
{ label: "UEFI with Secure Boot", value: "UEFISecureBoot" },
{ label: "UEFI", value: "UEFI" },
{ label: "Legacy", value: "Legacy" },
]}
/>