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