Author: yusaku
Date: Wed May 1 21:24:40 2013
New Revision: 1478195
URL: http://svn.apache.org/r1478195
Log:
AMBARI-2060. Initiate a recommission, on success, the operations dialog says
decommission, not recommission. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/utils/helper.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478195&r1=1478194&r2=1478195&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May 1 21:24:40 2013
@@ -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)
Modified: incubator/ambari/trunk/ambari-web/app/utils/helper.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/utils/helper.js?rev=1478195&r1=1478194&r2=1478195&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/utils/helper.js (original)
+++ incubator/ambari/trunk/ambari-web/app/utils/helper.js Wed May 1 21:24:40
2013
@@ -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';
}