]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SystemConfiguration.js
objects: add separator between match field selector and description
[pmg-gui.git] / js / SystemConfiguration.js
index 37cb3e44e0bc4473b4b0c0b7198d8e2f875f49c0..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,20 +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',
-       },
-       {
-           itemId: 'backup',
-           xtype: 'pmgBackupRestore',
+           iconCls: 'fa fa-cogs',
        },
     ],