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