]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: sys config: add icons to tabs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 11:41:16 +0000 (12:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 11:41:28 +0000 (12:41 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/SystemConfiguration.js

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