ui: system config: reorder big panel to bottom

Gives a better look and feel if the flex'd big panel is at the bottom

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-25 16:41:04 +02:00
parent 309ef20d6d
commit 7cebe5a1f4

View File

@ -18,7 +18,6 @@ Ext.define('PBS.SystemConfiguration', {
align: 'stretch', align: 'stretch',
multi: true multi: true
}, },
bodyPadding: '0 0 10 0',
defaults: { defaults: {
collapsible: true, collapsible: true,
animCollapse: false, animCollapse: false,
@ -26,12 +25,8 @@ Ext.define('PBS.SystemConfiguration', {
}, },
items: [ items: [
{ {
flex: 1, title: gettext('Time'),
minHeight: 200, xtype: 'proxmoxNodeTimeView',
title: gettext('Interfaces'),
xtype: 'proxmoxNodeNetworkView',
showApplyBtn: true,
types: ['bond', 'bridge', 'vlan'],
nodename: 'localhost' nodename: 'localhost'
}, },
{ {
@ -40,10 +35,14 @@ Ext.define('PBS.SystemConfiguration', {
nodename: 'localhost' nodename: 'localhost'
}, },
{ {
title: gettext('Time'), flex: 1,
xtype: 'proxmoxNodeTimeView', minHeight: 200,
title: gettext('Network Interfaces'),
xtype: 'proxmoxNodeNetworkView',
showApplyBtn: true,
types: ['bond', 'bridge', 'vlan'],
nodename: 'localhost' nodename: 'localhost'
} },
] ]
// }, // },
// { // {