pve-manager/www/manager6
Fabian Ebner dcbc3b3ee9 ui: bandwidth limit selector: make it possible to allow zero
The initial value is '' and in getSubmitValue(), previously the branch
   if (v == 0 || v == 0.0) return null;
was taken, because of the lax '==' comparision. Make sure we still return null
for '' by explicitly checking for it.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-03-15 13:26:05 +01:00
..
button ui: eslint: enforce "no-extra-parens" rule 2021-01-19 17:42:36 +01:00
ceph ui: ceph: fix keeping selection after operation 2021-01-26 18:21:44 +01:00
controller ui: eslint: fix trailing comma and comma related whitespaces errors 2021-01-19 17:31:03 +01:00
data fixes #3066: resourcestore: add vm hostcpu/hostmem fields 2021-02-06 15:16:22 +01:00
dc ui: dc/TokenEdit: fix editing existing tokens 2021-02-19 16:37:51 +01:00
form ui: bandwidth limit selector: make it possible to allow zero 2021-03-15 13:26:05 +01:00
grid ui: firewall grid: try balance between flex and good overview 2021-02-22 14:36:33 +01:00
ha ui: eslint: enforce "no-extra-parens" rule 2021-01-19 17:42:36 +01:00
lxc ui: eslint: some more trailing comma fixes 2021-01-19 17:48:50 +01:00
menu ui: eslint: fix trailing comma and comma related whitespaces errors 2021-01-19 17:31:03 +01:00
node ui: zpool status detail: reuse existing translation 2021-02-26 09:15:29 +01:00
panel ui: eslint: enforce "no-extra-parens" rule 2021-01-19 17:42:36 +01:00
pool ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
qemu ui/hardware: extend machine renderer to show pinned Windows versions 2021-03-08 11:05:13 +01:00
sdn ui: eslint: enforce "no-extra-parens" rule 2021-01-19 17:42:36 +01:00
storage ui: eslint: enforce "dot-notation" rule 2021-01-19 17:45:01 +01:00
tree ui: eslint: enforce "no-extra-boolean-cast" rule 2021-01-19 17:43:40 +01:00
window ui: window/Settings: fix labelWidth for saved user name 2021-02-19 16:35:22 +01:00
Makefile ui: create MachineEdit window 2021-03-05 21:31:32 +01:00
Parser.js ui: eslint: some more trailing comma fixes 2021-01-19 17:48:50 +01:00
StateProvider.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
Toolkit.js ui: eslint: fix trailing comma and comma related whitespaces errors 2021-01-19 17:31:03 +01:00
Utils.js Utils: add is_windows and use in MachineEdit 2021-03-08 11:05:13 +01:00
VNCConsole.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
Workspace.js ui: eslint: enforce "no-extra-parens" rule 2021-01-19 17:42:36 +01:00