]> git.proxmox.com Git - pve-manager.git/commit
ui: lxc: cpu edit: drop superfluous delete_if_default
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:52 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 15:24:49 +0000 (16:24 +0100)
commitaafc29e9f7349cea3051c703cf47f6b06cc5ca10
tree49d01549e72d2933f141fe329c1221a7ddc64533
parent79767edcf48c16d4d076d50911261ece847a5b85
ui: lxc: cpu edit: drop superfluous delete_if_default

Commit bf96f60d ("use IntegerField from widget toolkit") switched to
using an Promxox IntegerField with 'deleteEmpty: true'. This means
that a value of '' already is removed from 'values' and added to
'delete' before onGetValues() is called here.

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