]> git.proxmox.com Git - pmg-gui.git/commitdiff
ui: pbs remote: use proxmoxtextfield for password edit xtype again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 10:17:01 +0000 (12:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 10:17:04 +0000 (12:17 +0200)
to get back the skipEmptyText option

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/PBSRemoteEdit.js

index 5cec21ca0cb5f45b6b121ddde41da58c0fd02468..5a89680e4b870a72d2ed72101ec12e0179c2ed00 100644 (file)
@@ -68,6 +68,9 @@ Ext.define('PMG.PBSInputPanel', {
                {
                    xtype: 'pmxDisplayEditField',
                    editable: true, // FIXME: set to false if (!create && user == token)
+                   editConfig: {
+                       xtype: 'proxmoxtextfield',
+                   },
                    inputType: 'password',
                    name: 'password',
                    cbind: {