From f95d79e3ebcfd51006427ee9450e32c58a34b72d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 5 Apr 2018 12:11:21 +0200 Subject: [PATCH] Cluster.js - use load event from rstore --- www/manager6/dc/Cluster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },