]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/Utils.js
fix monStoreErrors
[pve-manager.git] / www / manager6 / Utils.js
index 33fa00f3ecb34b392f6c6f09283225449b5af4f0..131f3678489f378300c8ccaf5d94ce81cdf7ceec 100644 (file)
@@ -1081,7 +1081,7 @@ Ext.define('PVE.Utils', { statics: {
            }
 
            var msg;
-           var operation = request.operation;
+           var operation = request._operation;
            var error = operation.getError();
            if (error.statusText) {
                msg = error.statusText + ' (' + error.status + ')';