prune sim: make backup schedule a form, bind update button to its validity

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-11 08:11:46 +01:00
parent 4c75ee3471
commit 6ed79592f2

View File

@ -658,6 +658,7 @@ Ext.onReady(function() {
}, },
{ xtype: "panel", width: 1, border: 1 }, { xtype: "panel", width: 1, border: 1 },
{ {
xtype: 'form',
layout: 'anchor', layout: 'anchor',
flex: 1, flex: 1,
border: false, border: false,
@ -698,6 +699,7 @@ Ext.onReady(function() {
xtype: 'button', xtype: 'button',
name: 'schedule-button', name: 'schedule-button',
text: 'Update Schedule', text: 'Update Schedule',
formBind: true,
handler: 'reloadFull', handler: 'reloadFull',
}, },
], ],