diff --git a/www/manager6/dc/Cluster.js b/www/manager6/dc/Cluster.js index b048f9bc..e56b6b66 100644 --- a/www/manager6/dc/Cluster.js +++ b/www/manager6/dc/Cluster.js @@ -219,7 +219,7 @@ Ext.define('PVE.ClusterAdministration', { } })); 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); },