]> git.proxmox.com Git - pve-manager.git/commitdiff
NodeSelector: fix error message for disabled nodes
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 7 May 2013 05:52:19 +0000 (07:52 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 7 May 2013 05:52:19 +0000 (07:52 +0200)
www/manager/form/NodeSelector.js

index 42d4036549238b0d8ef5cb151fc53762e55a730e..f943f3b17ab9a0600041560a0c82d9f52071b31f 100644 (file)
@@ -81,7 +81,7 @@ Ext.define('PVE.form.NodeSelector', {
                });
 
                if (notAllowed.length !== 0) {
-                   return "Node " + offline.join(', ') + " is disabled (not allowed for this action)!";
+                   return "Node " + notAllowed.join(', ') + " is not allowed for this action!";
                } 
 
                if (offline.length !== 0) {