]> git.proxmox.com Git - pmg-gui.git/commitdiff
configuration: add icons
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jul 2021 17:11:32 +0000 (19:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jul 2021 17:11:32 +0000 (19:11 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/SystemConfiguration.js

index 51b558a62cf51553db1318dfb7771372177be499..d8d0c55494ac5c5273437215eb6a78bec3d7f119 100644 (file)
@@ -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',
        },
     ],