]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/Health.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / manager6 / dc / Health.js
index cca31e080912fee8d3c03823bcd215770db2d3a5..e6b405e569fb42cbda481c18eaa4bb56753e4a4c 100644 (file)
@@ -49,7 +49,7 @@ Ext.define('PVE.dc.Health', {
                cluster.text = gettext("Cluster") + ": ";
                cluster.text += item.data.name + ", ";
                cluster.text += gettext("Quorate") + ": ";
-               cluster.text += PVE.Utils.format_boolean(item.data.quorate);
+               cluster.text += Proxmox.Utils.format_boolean(item.data.quorate);
                if (item.data.quorate != 1) {
                    cluster.iconCls = PVE.Utils.get_health_icon('critical', true);
                }