You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2013/12/19 13:09:05 UTC

git commit: AMBARI-4118. Manage Config Group link appears on host detail page (and cannot dismiss it once opened). (onechiporenko)

Updated Branches:
  refs/heads/branch-1.4.3 d0c78faa7 -> 416088d1e


AMBARI-4118. Manage Config Group link appears on host detail page (and cannot dismiss it once opened). (onechiporenko)


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

Branch: refs/heads/branch-1.4.3
Commit: 416088d1ea87f52ce5acc47f159ec8d828cde1a0
Parents: d0c78fa
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Thu Dec 19 14:03:48 2013 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Thu Dec 19 14:08:05 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/common/configs/service_config.hbs | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/416088d1/ambari-web/app/templates/common/configs/service_config.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/service_config.hbs b/ambari-web/app/templates/common/configs/service_config.hbs
index 171a936..98973aa 100644
--- a/ambari-web/app/templates/common/configs/service_config.hbs
+++ b/ambari-web/app/templates/common/configs/service_config.hbs
@@ -66,11 +66,12 @@
 		</span>
     {{#if controller.isHostsConfigsPage}}
       &nbsp;<a href="#" {{action "switchHostGroup" target="controller"}}>{{t common.change}}</a>
+    {{else}}
+        <a href="#" class="link" {{action "manageConfigurationGroup" target="controller"}}>{{t services.service.actions.manage_configuration_groups.short}}</a>
     {{/if}}
-     <a href="#" class="link" {{action "manageConfigurationGroup" target="controller"}}>{{t services.service.actions.manage_configuration_groups.short}}</a>
-    <div class="pull-right">
-      {{view App.FilterComboCleanableView filterBinding="view.filter" columnsBinding="view.columns" }}
-    </div>
+     <div class="pull-right">
+       {{view App.FilterComboboxView filterBinding="view.filter" columnsBinding="view.columns" }}
+     </div>
 	</div>
 {{/if}}
 <div class="accordion">