]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ClusterAdministration.js
add missing clearbeforeload arguments for monStoreErrors
[pmg-gui.git] / js / ClusterAdministration.js
index b7d91bd58def53464d4798a5b166a269d90ce08a..9fd924bb7c4377d0d0fdd80fecbf34b6a47c002d 100644 (file)
@@ -128,6 +128,7 @@ Ext.define('PMG.ClusterAdministration', {
 
                init: function(view) {
                    view.store.on('load', this.onLoad, this);
+                   Proxmox.Utils.monStoreErrors(view, view.getStore());
                },
 
                onLoad: function(store, records) {