Explorar el Código

AMBARI-1335. Show validation error when the user specifies target hosts that are already part of the cluster. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1441690 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako hace 12 años
padre
commit
e330fe0ac8
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/messages.js

+ 3 - 0
CHANGES.txt

@@ -38,6 +38,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1335. Show validation error when the user specifies target hosts that are
+ already part of the cluster. (yusaku)
+
  AMBARI-1337. Refactor Job Browser filter. (yusaku)
 
  AMBARI-1336. Externalize text to messages.js. (yusaku)

+ 1 - 1
ambari-web/app/messages.js

@@ -85,7 +85,7 @@ Em.I18n.translations = {
   'installer.step2.hostPattern.tooltip.title':'Pattern Expressions',
   'installer.step2.hostPattern.tooltip.content':'You can use pattern expressions to specify a number of target hosts. For example, to specify host01.domain thru host10.domain, enter host[01-10].domain in the target hosts textarea.',
   'installer.step2.hostName.error.required':'You must specify at least one host name',
-  'installer.step2.hostName.error.already_installed':'all these hosts are already installed',
+  'installer.step2.hostName.error.already_installed':'All these hosts are already part of the cluster',
   'installer.step2.hostName.error.notRequired':'Host Names will be ignored if not using SSH to automatically configure hosts',
   'installer.step2.hostName.error.invalid':'Invalid Host Name(s)',
   'installer.step2.hostName.pattern.header':'Host name pattern expressions',