Cluster.js - use load event from rstore

This commit is contained in:
Dietmar Maurer 2018-04-05 12:11:21 +02:00
parent fe13284e4c
commit f95d79e3eb

View File

@ -219,7 +219,7 @@ Ext.define('PVE.ClusterAdministration', {
} }
})); }));
Proxmox.Utils.monStoreErrors(view, view.rstore); Proxmox.Utils.monStoreErrors(view, view.rstore);
view.store.on('load', this.onLoad, this); view.rstore.on('load', this.onLoad, this);
view.on('destroy', view.rstore.stopUpdate); view.on('destroy', view.rstore.stopUpdate);
}, },