Updated Branches: refs/heads/trunk e833a7243 -> 48933cbdf
AMBARI-4218. Host config tab layout incorrect. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/48933cbd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48933cbd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48933cbd Branch: refs/heads/trunk Commit: 48933cbdf52af8de6fb0dbb680ac5f14a150ef57 Parents: e833a72 Author: Oleg Nechiporenko <[email protected]> Authored: Fri Jan 3 14:57:23 2014 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Fri Jan 3 15:00:55 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/configs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/48933cbd/ambari-web/app/templates/main/host/configs.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/configs.hbs b/ambari-web/app/templates/main/host/configs.hbs index 9a05b81..1f0d3e2 100644 --- a/ambari-web/app/templates/main/host/configs.hbs +++ b/ambari-web/app/templates/main/host/configs.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} -<div class="row-fluid"> +<div class="row-fluid" style="margin-top: 7px;"> <div id="services-menu" class="well span2"> {{view App.MainHostServiceMenuView}} </div>
