]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SystemConfiguration.js
quarantine: refactor spamquarantine controller
[pmg-gui.git] / js / SystemConfiguration.js
index 51b558a62cf51553db1318dfb7771372177be499..a2d1cef72c7c5f4a7dd7aac6a20f909f9e1c5b73 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',
@@ -25,11 +26,8 @@ Ext.define('PMG.SystemConfiguration', {
            },
            items: [
                {
-                   flex: 1,
-                   minHeight: 200,
-                   title: gettext('Interfaces'),
-                   xtype: 'proxmoxNodeNetworkView',
-                   types: ['bond'],
+                   title: gettext('Time'),
+                   xtype: 'proxmoxNodeTimeView',
                    nodename: Proxmox.NodeName,
                },
                {
@@ -38,16 +36,21 @@ Ext.define('PMG.SystemConfiguration', {
                    nodename: Proxmox.NodeName,
                },
                {
-                   title: gettext('Time'),
-                   xtype: 'proxmoxNodeTimeView',
+                   flex: 1,
+                   minHeight: 200,
+                   title: gettext('Interfaces'),
+                   xtype: 'proxmoxNodeNetworkView',
+                   types: ['bond'],
                    nodename: Proxmox.NodeName,
+                   showApplyBtn: true,
                },
            ],
        },
        {
+           xtype: 'pmgSystemOptions',
            itemId: 'options',
             title: gettext('Options'),
-           xtype: 'pmgSystemOptions',
+           iconCls: 'fa fa-cogs',
        },
     ],