mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 15:38:35 +00:00
ui: access control: enable default realm checkbox for all realms
This uses the functionality previously introduced in widget-toolkit as part of this series, which is gated behind this flag. 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
8529e79983
commit
074d957169
@ -43,6 +43,7 @@ Ext.define('PBS.AccessControlPanel', {
|
|||||||
title: gettext('Realms'),
|
title: gettext('Realms'),
|
||||||
itemId: 'domains',
|
itemId: 'domains',
|
||||||
iconCls: 'fa fa-address-book-o',
|
iconCls: 'fa fa-address-book-o',
|
||||||
|
showDefaultRealm: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user