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:
Christoph Heiss 2025-03-21 14:45:39 +01:00 committed by Thomas Lamprecht
parent 8529e79983
commit 074d957169

View File

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