From 960149b51edd5f050860b873cd944fc5270c4233 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 21 Mar 2025 14:45:40 +0100 Subject: [PATCH] ui: utils: make built-in PBS realm editable using new AuthSimplePanel The comment & default property can be updated for the built-in PBS realm, which the AuthSimplePanel from widget-toolkit implements. Signed-off-by: Christoph Heiss Reviewed-by: Lukas Wagner Tested-by: Lukas Wagner --- www/Utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Utils.js b/www/Utils.js index 181f3930..7e1ae651 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -457,8 +457,9 @@ Ext.define('PBS.Utils', { Proxmox.Schema.overrideAuthDomains({ pbs: { name: 'Proxmox Backup authentication server', + ipanel: 'pmxAuthSimplePanel', add: false, - edit: false, + edit: true, pwchange: true, sync: false, useTypeInUrl: false,