Repository: ambari Updated Branches: refs/heads/branch-2.1 ff2c269f3 -> 2c9647a60
AMBARI-13623 Ranger smart config: Sync source multiselectbox is colliding with subsection-tab. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b1a2efd3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b1a2efd3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b1a2efd3 Branch: refs/heads/branch-2.1 Commit: b1a2efd384c535d0398d7886d41eebdd6335bdda Parents: ff2c269 Author: aBabiichuk <[email protected]> Authored: Thu Oct 29 11:13:00 2015 +0200 Committer: aBabiichuk <[email protected]> Committed: Thu Oct 29 11:42:42 2015 +0200 ---------------------------------------------------------------------- .../app/templates/common/configs/service_config_layout_tab.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b1a2efd3/ambari-web/app/templates/common/configs/service_config_layout_tab.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/service_config_layout_tab.hbs b/ambari-web/app/templates/common/configs/service_config_layout_tab.hbs index 4c9dccf..f78952c 100644 --- a/ambari-web/app/templates/common/configs/service_config_layout_tab.hbs +++ b/ambari-web/app/templates/common/configs/service_config_layout_tab.hbs @@ -48,7 +48,7 @@ {{/if}} {{/each}} {{#if subsection.showTabs}} - <ul class="nav nav-tabs mbm config-tabs"> + <ul class="nav nav-tabs mbm"> {{#each subSectionTab in subsection.subSectionTabs}} <li rel='tooltip' {{bindAttr class="subSectionTab.isActive:active subSectionTab.isVisible::disabled" data-original-title="tab.tooltipMsg"}}> <a href="#" {{action setActiveSubTab subSectionTab target="view"}}{{bindAttr data-target="subSectionTab.id"}} data-toggle="tab">
