prune sim: spell out PBS, add some flex to layout

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-07 13:41:06 +01:00
parent 435a6c5e0a
commit 1b03910dea

View File

@ -686,7 +686,10 @@ Ext.onReady(function() {
layout: 'anchor', layout: 'anchor',
flex: 1, flex: 1,
border: false, border: false,
title: 'Backup Schedule', title: 'Simulated Backup Schedule',
defaults: {
labelWidth: 120,
},
bodyPadding: 10, bodyPadding: 10,
items: scheduleItems, items: scheduleItems,
}, },
@ -745,19 +748,21 @@ Ext.onReady(function() {
items: [ items: [
{ {
xtype: 'prunesimulatorPanel', xtype: 'prunesimulatorPanel',
title: 'PBS Prune Simulator', title: 'Proxmox Backup Server - Prune Simulator',
region: 'west', region: 'west',
layout: { layout: {
type: 'vbox', type: 'vbox',
align: 'stretch', align: 'stretch',
pack: 'start', pack: 'start',
}, },
width: 1080, flex: 2,
maxWidth: 1100,
}, },
{ {
xtype: 'prunesimulatorDocumentation', xtype: 'prunesimulatorDocumentation',
title: 'Usage', title: 'Usage',
border: false, border: false,
flex: 1,
region: 'center', region: 'center',
}, },
], ],