From d43aca148fdf7a51ca8f3a5ede8a5f8f592e8fb4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 12 Jan 2022 12:41:16 +0100 Subject: [PATCH] ui: sys config: add icons to tabs Signed-off-by: Thomas Lamprecht --- www/SystemConfiguration.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/SystemConfiguration.js b/www/SystemConfiguration.js index f9e4e2ea..5922ef7a 100644 --- a/www/SystemConfiguration.js +++ b/www/SystemConfiguration.js @@ -12,6 +12,7 @@ Ext.define('PBS.SystemConfiguration', { xtype: 'panel', title: gettext(' Network/Time'), itemId: 'network', + iconCls: 'fa fa-exchange', layout: { type: 'vbox', align: 'stretch', @@ -48,6 +49,7 @@ Ext.define('PBS.SystemConfiguration', { xtype: 'panel', title: gettext('Other'), itemId: 'other-options', + iconCls: 'fa fa-sliders', layout: { type: 'vbox', align: 'stretch',