]> git.proxmox.com Git - pve-manager.git/commit
ui: lxc/qemu: cpu edit: use emptyText for cpuunits
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:54 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 15:24:49 +0000 (16:24 +0100)
commita3b5c220f99e773ae25f0a7167dd76120eaaddb9
tree4a8730d7ded3b3347b2ff648215a46b4e46f45f9
parent61c0338790f8a3a248be9c4bf8d1a5aec413526d
ui: lxc/qemu: cpu edit: use emptyText for cpuunits

This makes it slightly clearer that it's a default value (not being
written to the config explicitly). It's also in preparation to bind
the default based on the cgroup version, where it's a bit nicer to
bind the emptyText instead of the value (or a user set value would be
overwritten when the binding updates).

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