prune sim: set update button handler directly
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bad26df102
commit
362e69610c
@ -642,9 +642,7 @@ Ext.onReady(function() {
|
||||
xtype: 'button',
|
||||
name: 'schedule-button',
|
||||
text: 'Update Schedule',
|
||||
handler: function() {
|
||||
me.controller.reloadFull();
|
||||
},
|
||||
handler: 'reloadFull',
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user