]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/Cluster.js
ui: realm: clarify that the sync jobs really are for the realm
[pve-manager.git] / www / manager6 / dc / Cluster.js
index afe14bf47596a6cb72400c9fbc92c8869556316b..22b62cc8cfaec2995f37ff16bdd81ed8170d1086 100644 (file)
@@ -72,7 +72,7 @@ Ext.define('PVE.ClusterAdministration', {
                            let msg = Proxmox.Utils.getResponseErrorMessage(error);
                            if (error.status !== 424 && !msg.match(/node is not in a cluster/i)) {
                                // an actual error, not just the "not in a cluster one", so show it!
-                               Proxmox.Utils.setErrorMask(this.getView(), error);
+                               Proxmox.Utils.setErrorMask(this.getView(), msg);
                            }
                        }
                        vm.set('totem', {});