Repository: ambari
Updated Branches:
  refs/heads/trunk 4872d4e80 -> 62d6c1cb2


AMBARI-10256. Unable to delete HBase Master (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 62d6c1cb2b11f5e93e9ec1af9df64084afac1dd3
Parents: 4872d4e
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Fri Mar 27 22:43:17 2015 +0200
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Fri Mar 27 22:52:42 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/62d6c1cb/ambari-web/app/models/stack_service_component.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/stack_service_component.js 
b/ambari-web/app/models/stack_service_component.js
index 1867cc1..e47787a 100644
--- a/ambari-web/app/models/stack_service_component.js
+++ b/ambari-web/app/models/stack_service_component.js
@@ -102,7 +102,7 @@ App.StackServiceComponent = DS.Model.extend({
 
   /** @property {Boolean} isDeletable - component supports delete action **/
   isDeletable: function() {
-    var ignored = ['HBASE_MASTER'];
+    var ignored = [];
     return this.get('isAddableToHost') && 
!ignored.contains(this.get('componentName'));
   }.property('componentName'),
 

Reply via email to