From 353dcf1d13bc125a576468938e8de770a9f2bdf3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 11 Jul 2021 12:53:43 +0200 Subject: [PATCH] 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 --- www/panel/AccessControl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/panel/AccessControl.js b/www/panel/AccessControl.js index bb3a6ba8..e8ddb905 100644 --- a/www/panel/AccessControl.js +++ b/www/panel/AccessControl.js @@ -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', }, ],