mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-30 00:46:16 +00:00
Cluster.js - use load event from rstore
This commit is contained in:
parent
fe13284e4c
commit
f95d79e3eb
@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user