]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/ha/StatusView.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / manager6 / ha / StatusView.js
index 212207bca38264bcf8745019061f73afc31f84ac..00837a94d16c6b512af0984b47199a4f44bf8850 100644 (file)
@@ -18,7 +18,7 @@ Ext.define('PVE.ha.StatusView', {
            throw "no rstore given";
        }
 
-       PVE.Utils.monStoreErrors(me, me.rstore);
+       Proxmox.Utils.monStoreErrors(me, me.rstore);
 
        var store = Ext.create('PVE.data.DiffStore', {
            rstore: me.rstore,