From b9cc0695c39e31dc04d5a8227be2ecb95153e0a8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 13 Jul 2021 19:11:32 +0200 Subject: [PATCH] configuration: add icons Signed-off-by: Thomas Lamprecht --- js/SystemConfiguration.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/SystemConfiguration.js b/js/SystemConfiguration.js index 51b558a..d8d0c55 100644 --- a/js/SystemConfiguration.js +++ b/js/SystemConfiguration.js @@ -11,6 +11,7 @@ Ext.define('PMG.SystemConfiguration', { { title: gettext('Network/Time'), itemId: 'network', + iconCls: 'fa fa-exchange', xtype: 'panel', layout: { type: 'vbox', @@ -45,9 +46,10 @@ Ext.define('PMG.SystemConfiguration', { ], }, { + xtype: 'pmgSystemOptions', itemId: 'options', title: gettext('Options'), - xtype: 'pmgSystemOptions', + iconCls: 'fa fa-cogs', }, ], -- 2.39.2