]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/qemu/Monitor.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / manager6 / qemu / Monitor.js
index 8ceb7243d6b244f2c09b6baa4c809bcd22811229..686950adf930add680e695afed085566f9552a0c 100644 (file)
@@ -57,7 +57,7 @@ Ext.define('PVE.qemu.Monitor', {
        var executeCmd = function(cmd) {
            addLine("# " + Ext.htmlEncode(cmd));
            refresh();
-           PVE.Utils.API2Request({
+           Proxmox.Utils.API2Request({
                params: { command: cmd },
                url: '/nodes/' + nodename + '/qemu/' + vmid + "/monitor",
                method: 'POST',