Bladeren bron

AMBARI-210. Remove link for wiping clusters from the hope page. (Vikram Dixit
via omalley)


git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1337224 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 13 jaren geleden
bovenliggende
commit
4149d3b64b
2 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 0
      CHANGES.txt
  2. 0 1
      hmc/js/clustersList.js

+ 3 - 0
CHANGES.txt

@@ -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)

+ 0 - 1
hmc/js/clustersList.js

@@ -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>';
           }