Tasks.js - correctly display load errors

This commit is contained in:
Dietmar Maurer 2017-10-09 07:33:27 +02:00
parent b81cf17334
commit 917433e621

View File

@ -70,6 +70,7 @@ Ext.define('Proxmox.node.Tasks', {
handler: run_task_viewer
});
Proxmox.Utils.monStoreErrors(me, store, true);
Ext.apply(me, {
store: store,