]> git.proxmox.com Git - pmg-gui.git/commitdiff
ClusterAdministration.js - avoid duplicate load mask
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Dec 2017 06:51:15 +0000 (07:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Dec 2017 06:51:15 +0000 (07:51 +0100)
js/ClusterAdministration.js

index d9fecdcae61d2430923f2c5e46210996bc1c9c94..0fc842a205ebfa1e399c22fba65d32ed4279ddc1 100644 (file)
@@ -131,7 +131,7 @@ Ext.define('PMG.ClusterAdministration', {
 
                init: function(view) {
                    view.store.on('load', this.onLoad, this);
-                   Proxmox.Utils.monStoreErrors(view, view.getStore());
+                   Proxmox.Utils.monStoreErrors(view, view.getStore(), true);
                },
 
                onLoad: function(store, records, success) {