ui: access: revert icon swap, use realm over auth.
Moving icons around is not to ideal for people accustomed to the old ones, at least if they are used for a new component on the same view. Rather use the address-book icon, which is also used for adding a new realm in PVE, we can rather switch over PVE to that and the text "Realms", as that is also the label one sees when logging in, so a better fit to keep that consistent. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3006d70ebe
commit
353dcf1d13
@ -23,7 +23,7 @@ Ext.define('PBS.AccessControlPanel', {
|
|||||||
xtype: 'pbsTfaView',
|
xtype: 'pbsTfaView',
|
||||||
title: gettext('Two Factor Authentication'),
|
title: gettext('Two Factor Authentication'),
|
||||||
itemId: 'tfa',
|
itemId: 'tfa',
|
||||||
iconCls: 'fa fa-id-badge',
|
iconCls: 'fa fa-key',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pbsTokenView',
|
xtype: 'pbsTokenView',
|
||||||
@ -39,9 +39,9 @@ Ext.define('PBS.AccessControlPanel', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pmxAuthView',
|
xtype: 'pmxAuthView',
|
||||||
title: gettext('Authentication'),
|
title: gettext('Realms'),
|
||||||
itemId: 'domains',
|
itemId: 'domains',
|
||||||
iconCls: 'fa fa-key',
|
iconCls: 'fa fa-address-book-o',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user