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:
Thomas Lamprecht 2021-07-11 12:53:43 +02:00
parent 3006d70ebe
commit 353dcf1d13

View File

@ -23,7 +23,7 @@ Ext.define('PBS.AccessControlPanel', {
xtype: 'pbsTfaView',
title: gettext('Two Factor Authentication'),
itemId: 'tfa',
iconCls: 'fa fa-id-badge',
iconCls: 'fa fa-key',
},
{
xtype: 'pbsTokenView',
@ -39,9 +39,9 @@ Ext.define('PBS.AccessControlPanel', {
},
{
xtype: 'pmxAuthView',
title: gettext('Authentication'),
title: gettext('Realms'),
itemId: 'domains',
iconCls: 'fa fa-key',
iconCls: 'fa fa-address-book-o',
},
],