Repository: ambari
Updated Branches:
  refs/heads/trunk fc8378f7f -> a9cc53a9e


AMBARI-6846. Components filter for Clients does not work on Select 
Configuration Group Hosts page (alexantonenko)


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

Branch: refs/heads/trunk
Commit: a9cc53a9ec1f2dc8a2077a53d155fe78f36de853
Parents: fc8378f
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Wed Aug 13 17:52:44 2014 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Wed Aug 13 17:55:27 2014 +0300

----------------------------------------------------------------------
 .../controllers/main/service/manage_config_groups_controller.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a9cc53a9/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js 
b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
index b8f1402..151520c 100644
--- a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
+++ b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
@@ -337,7 +337,7 @@ App.ManageConfigGroupsController = Em.Controller.extend({
     return App.StackServiceComponent.find().filterProperty('serviceName', 
this.get('serviceName')).map(function (component) {
       return Em.Object.create({
         displayName: component.get('displayName'),
-        componentName: component.get('isClient') ? 'CLIENT' : 
component.get('componentName'),
+        componentName: component.get('componentName'),
         selected: false
       });
     });

Reply via email to