Updated Branches: refs/heads/trunk aad6b9824 -> 2559a004e
AMBARI-3940. Manage config groups Gear is clickable but doesn't show dropdown. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2559a004 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2559a004 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2559a004 Branch: refs/heads/trunk Commit: 2559a004ec76eca6b39c07bbb6c0dd37597446c8 Parents: aad6b98 Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Dec 2 13:10:38 2013 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Dec 2 13:10:38 2013 +0200 ---------------------------------------------------------------------- .../templates/main/service/manage_configuration_groups_popup.hbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2559a004/ambari-web/app/templates/main/service/manage_configuration_groups_popup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/service/manage_configuration_groups_popup.hbs b/ambari-web/app/templates/main/service/manage_configuration_groups_popup.hbs index 21071c1..726e97a 100644 --- a/ambari-web/app/templates/main/service/manage_configuration_groups_popup.hbs +++ b/ambari-web/app/templates/main/service/manage_configuration_groups_popup.hbs @@ -34,9 +34,8 @@ <button rel="button-info" class="btn" {{bindAttr data-original-title="view.removeButtonTooltip" disabled="view.isRemoveButtonDisabled"}} {{action confirmDelete target="controller"}}><i class="icon-minus"></i></button> <div class="btn-group"> - <button class="btn"><i class="icon-cog"></i></button> <button class="btn dropdown-toggle" data-toggle="dropdown"> - <span class="caret"></span> + <i class="icon-cog"></i> <span class="caret"></span> </button> <ul class="dropdown-menu"> <li {{bindAttr class="view.isRenameButtonDisabled:disabled"}}>
