]> git.proxmox.com Git - pve-manager.git/commit
ui: qemu/lxc: cpu edit: fix 'create' parameter for delete_if_default()
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:53 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 15:24:49 +0000 (16:24 +0100)
commit61c0338790f8a3a248be9c4bf8d1a5aec413526d
treec6667dd8d2f0666fb1901fc42cd610097cd108e3
parentaafc29e9f7349cea3051c703cf47f6b06cc5ca10
ui: qemu/lxc: cpu edit: fix 'create' parameter for delete_if_default()

For lxc, commit 53395db1 ("lxc/ResoureEdit: move some cpu fields to
advanced options") made the fields available in the create wizard, so
the comment is also wrong.

Both wizards do a 'delete kv.delete' in their onSubmit() function, so
it didn't actually matter in practice.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
www/manager6/lxc/ResourceEdit.js
www/manager6/qemu/ProcessorEdit.js