Fix/windows2 (#2714)
* fix(windows): use correct storage location * fix(windows): use placeholder and required instead of default
This commit is contained in:
parent
1c86b41767
commit
91a43ae8ac
|
@ -16,8 +16,8 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "RAM",
|
"label": "RAM",
|
||||||
"hint": "RAM to asign in the VM (in gigabytes)",
|
"hint": "RAM to asign in the VM (in gigabytes)",
|
||||||
"default": 4,
|
"placeholder": "4",
|
||||||
"required": false,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_RAM_GB"
|
"env_variable": "WINDOWS_RAM_GB"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "CPU Cores",
|
"label": "CPU Cores",
|
||||||
"hint": "CPU cores to asign in the VM",
|
"hint": "CPU cores to asign in the VM",
|
||||||
"default": 4,
|
"placeholder": "4",
|
||||||
"required": false,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_CPU_CORES"
|
"env_variable": "WINDOWS_CPU_CORES"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "Disk Size",
|
"label": "Disk Size",
|
||||||
"hint": "Disk size for the VM, it will be used dynamically (in gigabytes)",
|
"hint": "Disk size for the VM, it will be used dynamically (in gigabytes)",
|
||||||
"default": 16,
|
"placeholder": "16",
|
||||||
"required": false,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_DISK_SIZE_GB"
|
"env_variable": "WINDOWS_DISK_SIZE_GB"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Windows Version",
|
"label": "Windows Version",
|
||||||
"hint": "The windows version to use, see the description for available versions",
|
"hint": "The windows version to use, see the description for available versions",
|
||||||
"default": "win11",
|
"placeholder": "win11",
|
||||||
"required": false,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_VERSION"
|
"env_variable": "WINDOWS_VERSION"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user