]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/Support.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / manager6 / dc / Support.js
index 2c80e3e98c80cfcd54fe9955fb12ed7d0cd9c6f9..3c1fee482c4a93fa6c067fa06d97b1017bd30aea 100644 (file)
@@ -51,7 +51,7 @@ Ext.define('PVE.dc.Support', {
         var me = this;
 
        var reload = function() {
-           PVE.Utils.API2Request({
+           Proxmox.Utils.API2Request({
                url: '/nodes/localhost/subscription',
                method: 'GET',
                waitMsgTarget: me,