]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/window/Settings.js
ui: window/Settings: fix labelWidth for saved user name
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 19 Feb 2021 14:27:00 +0000 (15:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Feb 2021 15:35:22 +0000 (16:35 +0100)
commitad8b37fa132456cb6308f024078bf2f6b7558976
tree84111309d75280a82ac54737d427bdc86a1d976b
parent52116f8b45682ff96ab1f283286f605a876fdd4f
ui: window/Settings: fix labelWidth for saved user name

Somewhere during rendering of the window, extjs wants to add 5px to
the labelwidth for the surrounding container. Having a string here
results in the container having a width of 1505px instead of 155px and
the value of the field is far off to the right and not visible.

Changing to a number fixes that.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/window/Settings.js