prune sim: set update button handler directly

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-07 13:35:26 +01:00
parent bad26df102
commit 362e69610c

View File

@ -642,9 +642,7 @@ Ext.onReady(function() {
xtype: 'button',
name: 'schedule-button',
text: 'Update Schedule',
handler: function() {
me.controller.reloadFull();
},
handler: 'reloadFull',
},
];