Browse Source

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 12 years ago
parent
commit
7bd69ee194
2 changed files with 4 additions and 1 deletions
  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
 
+ 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
  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':
         return 'Gmetad Check';
       case 'DECOMMISSION_DATANODE':
-        return 'Decommission DataNode';
+        return 'Update Exclude File';
       case 'HUE_SERVER':
         return 'Hue Server';
     }