From 967de4e4c7b2ef78fa6de1a6864e72639181c091 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 16 May 2022 12:17:01 +0200 Subject: [PATCH] ui: pbs remote: use proxmoxtextfield for password edit xtype again to get back the skipEmptyText option Signed-off-by: Thomas Lamprecht --- js/PBSRemoteEdit.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/PBSRemoteEdit.js b/js/PBSRemoteEdit.js index 5cec21c..5a89680 100644 --- a/js/PBSRemoteEdit.js +++ b/js/PBSRemoteEdit.js @@ -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: { -- 2.39.2