mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-12-31 12:34:48 +00:00
fix #5379: panel: AuthView: add column displaying whether the realm is default
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
parent
4b3850bf45
commit
6fe81f0cef
@ -25,6 +25,14 @@ Ext.define('Proxmox.panel.AuthView', {
|
||||
sortable: true,
|
||||
dataIndex: 'type',
|
||||
},
|
||||
{
|
||||
header: gettext('Default'),
|
||||
width: 80,
|
||||
sortable: true,
|
||||
dataIndex: 'default',
|
||||
renderer: isDefault => isDefault ? Proxmox.Utils.renderEnabledIcon(true) : '',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
header: gettext('Comment'),
|
||||
sortable: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user