]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/window/BulkAction.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / manager6 / window / BulkAction.js
index f7885cda67879ba10356911e02869d4089c6c320..41344e3fd8452dfe3028f673dd74dfebd88cd5e3 100644 (file)
@@ -18,7 +18,7 @@ Ext.define('PVE.window.BulkAction', {
 
     submit: function(params) {
        var me = this;
-       PVE.Utils.API2Request({
+       Proxmox.Utils.API2Request({
            params: params,
            url: '/nodes/' + me.nodename + '/' + "/" + me.action,
            waitMsgTarget: me,