@@ -2,6 +2,9 @@ Ambari Change log
Release 0.x.x - unreleased
+ AMBARI-210. Remove link for wiping clusters from the hope page. (Vikram Dixit
+ via omalley)
+
AMBARI-212. Fix templeton configurations. (ramya via omalley)
AMBARI-206. Fix undefined variable in orchestrator. (hitesh via omalley)
@@ -66,7 +66,6 @@ function renderClusterList(Y) {
'<label>Actions</label>' +
'<a href="manageServices.php?clusterName=' + clusterName + '" id="existingClusterLinkDivId">[ Manage services ]</a>' +
'<a href="addNodesWizard.php?clusterName=' + clusterName + '">[ Add slave nodes to cluster ]</a>' +
- '<a href="nodesAction.php?clusterName=' + clusterName + '&action="uninstall">[ Wipe off this cluster ]</a>' +
'</div>' +
'</div>';
}