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 <c.heiss@proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Christoph Heiss 2025-03-21 14:45:40 +01:00 committed by Thomas Lamprecht
parent 074d957169
commit 960149b51e

View File

@ -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,