mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-05 23:56:17 +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({
|
Proxmox.Schema.overrideAuthDomains({
|
||||||
pbs: {
|
pbs: {
|
||||||
name: 'Proxmox Backup authentication server',
|
name: 'Proxmox Backup authentication server',
|
||||||
|
ipanel: 'pmxAuthSimplePanel',
|
||||||
add: false,
|
add: false,
|
||||||
edit: false,
|
edit: true,
|
||||||
pwchange: true,
|
pwchange: true,
|
||||||
sync: false,
|
sync: false,
|
||||||
useTypeInUrl: false,
|
useTypeInUrl: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user