Explorar o código

AMBARI-2060. Initiate a recommission, on success, the operations dialog says decommission, not recommission. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478195 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako %!s(int64=12) %!d(string=hai) anos
pai
achega
7bd69ee194
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/utils/helper.js

+ 3 - 0
CHANGES.txt

@@ -823,6 +823,9 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  BUG FIXES
 
 
+ AMBARI-2060. Initiate a recommission, on success, the operations dialog says
+ decommission, not recommission. (yusaku)
+
  AMBARI-2058. Host Detail page: if the host component is in INSTALL_FAILED
  AMBARI-2058. Host Detail page: if the host component is in INSTALL_FAILED
  state, we should let the user reinstall it. (yusaku)
  state, we should let the user reinstall it. (yusaku)
 
 

+ 1 - 1
ambari-web/app/utils/helper.js

@@ -327,7 +327,7 @@ App.format = {
       case 'GMETAD_SERVICE_CHECK':
       case 'GMETAD_SERVICE_CHECK':
         return 'Gmetad Check';
         return 'Gmetad Check';
       case 'DECOMMISSION_DATANODE':
       case 'DECOMMISSION_DATANODE':
-        return 'Decommission DataNode';
+        return 'Update Exclude File';
       case 'HUE_SERVER':
       case 'HUE_SERVER':
         return 'Hue Server';
         return 'Hue Server';
     }
     }