]> git.proxmox.com Git - proxmox-backup.git/blobdiff - www/SystemConfiguration.js
ui: fix calendarevent examples
[proxmox-backup.git] / www / SystemConfiguration.js
index 86a8b241c29a808e1dba382bb4f62136843936ee..7d3aa54f6a38942d20cf5930dcaba7d8b65acf0a 100644 (file)
@@ -18,7 +18,6 @@ Ext.define('PBS.SystemConfiguration', {
                align: 'stretch',
                multi: true
            },
-           bodyPadding: '0 0 10 0',
            defaults: {
                collapsible: true,
                animCollapse: false,
@@ -26,11 +25,8 @@ Ext.define('PBS.SystemConfiguration', {
            },
            items: [
                {
-                   flex: 1,
-                   minHeight: 200,
-                   title: gettext('Interfaces'),
-                   xtype: 'proxmoxNodeNetworkView',
-                   types: ['bond'],
+                   title: gettext('Time'),
+                   xtype: 'proxmoxNodeTimeView',
                    nodename: 'localhost'
                },
                {
@@ -39,10 +35,14 @@ Ext.define('PBS.SystemConfiguration', {
                    nodename: 'localhost'
                },
                {
-                   title: gettext('Time'),
-                   xtype: 'proxmoxNodeTimeView',
+                   flex: 1,
+                   minHeight: 200,
+                   title: gettext('Network Interfaces'),
+                   xtype: 'proxmoxNodeNetworkView',
+                   showApplyBtn: true,
+                   types: ['bond', 'bridge', 'vlan'],
                    nodename: 'localhost'
-               }
+               },
            ]
 //     },
 //     {