]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SystemConfiguration.js
fix #4238: spam info grid: enable sorting & add colors for spam score
[pmg-gui.git] / js / SystemConfiguration.js
index d8d0c55494ac5c5273437215eb6a78bec3d7f119..a2d1cef72c7c5f4a7dd7aac6a20f909f9e1c5b73 100644 (file)
@@ -26,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,
                },
                {
@@ -39,9 +36,13 @@ 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,
                },
            ],
        },