Updated Branches: refs/heads/branch-1.4.3 10127a259 -> 4aaf63aa0
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/4aaf63aa Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4aaf63aa Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4aaf63aa Branch: refs/heads/branch-1.4.3 Commit: 4aaf63aa06760e86d4f2dac8df0a4e27c61c9948 Parents: 10127a2 Author: Oleg Nechiporenko <[email protected]> Authored: Fri Jan 3 14:58:35 2014 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Fri Jan 3 14:58:35 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/4aaf63aa/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>
