mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-05 04:31:55 +00:00
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:
parent
074d957169
commit
960149b51e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user