ui: sys config: add icons to tabs

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-01-12 12:41:16 +01:00
parent 5dfe3b66ab
commit d43aca148f
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Ext.define('PBS.SystemConfiguration', {
xtype: 'panel', xtype: 'panel',
title: gettext(' Network/Time'), title: gettext(' Network/Time'),
itemId: 'network', itemId: 'network',
iconCls: 'fa fa-exchange',
layout: { layout: {
type: 'vbox', type: 'vbox',
align: 'stretch', align: 'stretch',
@ -48,6 +49,7 @@ Ext.define('PBS.SystemConfiguration', {
xtype: 'panel', xtype: 'panel',
title: gettext('Other'), title: gettext('Other'),
itemId: 'other-options', itemId: 'other-options',
iconCls: 'fa fa-sliders',
layout: { layout: {
type: 'vbox', type: 'vbox',
align: 'stretch', align: 'stretch',