]> git.proxmox.com Git - pve-manager.git/commitdiff
fix monStoreErrors
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 4 Mar 2016 14:15:32 +0000 (15:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Mar 2016 15:57:18 +0000 (16:57 +0100)
in extjs6 they renamed request.operation to request._operation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
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 + ')';