]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
Fix 2718: GUI: handle localtime option correctly
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 19 May 2020 08:12:19 +0000 (10:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 May 2020 17:09:21 +0000 (19:09 +0200)
commit0beff18b8e4b59b7293e9c5cb1eb10731d59b5f0
tree42cebb7666ed2ad5e09a95eb1b6b0ad1f8b719c4
parentbaed2b7c417dffbc907decc07b15c6a4632f8224
Fix 2718: GUI: handle localtime option correctly

The backend treats an undefined value and 0 differently. If the option
is undefined, it will still be set for Windows in config_to_command.
Replace the checkbox with a combobox covering all options.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/Utils.js
www/manager6/qemu/Options.js