You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/02/05 16:45:45 UTC

[2/2] git commit: AMBARI-4534 Add ability to delete individual DataNode, TaskTracker, NodeManager, and RegionServer from Host Details page. (ababiichuk)

AMBARI-4534 Add ability to delete individual DataNode, TaskTracker, NodeManager, and RegionServer from Host Details page. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d4387a0e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d4387a0e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d4387a0e

Branch: refs/heads/trunk
Commit: d4387a0efcf3753e65d42f7c891f804930324511
Parents: d4330ad
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Wed Feb 5 17:41:31 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Wed Feb 5 17:41:31 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d4387a0e/ambari-web/app/app.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/app.js b/ambari-web/app/app.js
index 9d834af..06797f2 100644
--- a/ambari-web/app/app.js
+++ b/ambari-web/app/app.js
@@ -76,7 +76,7 @@ module.exports = Em.Application.create({
   components: Ember.Object.create({
     reassignable: ['NAMENODE', 'SECONDARY_NAMENODE', 'JOBTRACKER', 'RESOURCEMANAGER'],
     restartable: ['APP_TIMELINE_SERVER'],
-    deletable: ['SUPERVISOR', 'HBASE_MASTER'],
+    deletable: ['SUPERVISOR', 'HBASE_MASTER', 'DATANODE', 'TASKTRACKER', 'NODEMANAGER', 'HBASE_REGIONSERVER'],
     rollinRestartAllowed: ["DATANODE", "TASKTRACKER", "NODEMANAGER", "HBASE_REGIONSERVER", "SUPERVISOR"],
     slaves: function() {
       return require('data/service_components').filter(function(component){