AMBARI-18718. Status Icons taking up a new line in Mozilla Firefox (Windows) (akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/91b7d221 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/91b7d221 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/91b7d221 Branch: refs/heads/branch-feature-AMBARI-18634 Commit: 91b7d221256943f0b000b31cab407557f15bc91c Parents: 7e4f620 Author: Aleksandr Kovalenko <[email protected]> Authored: Thu Oct 27 17:10:27 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Thu Oct 27 17:10:27 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/main/service/menu_item.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/91b7d221/ambari-web/app/templates/main/service/menu_item.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/service/menu_item.hbs b/ambari-web/app/templates/main/service/menu_item.hbs index 2da1555..78cce61 100644 --- a/ambari-web/app/templates/main/service/menu_item.hbs +++ b/ambari-web/app/templates/main/service/menu_item.hbs @@ -17,8 +17,6 @@ }} <a class="services-menu-blocks" {{bindAttr href="view.link"}}> - {{view App.MainDashboardServiceHealthView class="service-health" serviceBinding="view.content"}} - {{unbound view.content.displayName}} {{#if view.alertsCount}} <span {{bindAttr class=":label :alerts-count view.hasCriticalAlerts:alerts-crit-count:alerts-warn-count :pull-right"}}> {{view.alertsCount}} @@ -27,4 +25,6 @@ <span class="pull-right"> <i rel="tooltip" {{action goToConfigs target="view"}} {{bindAttr class=":glyphicon :glyphicon-refresh :restart-required-service view.content.isRestartRequired::hidden" data-original-title="view.restartRequiredMessage"}}></i> </span> + {{view App.MainDashboardServiceHealthView class="service-health" serviceBinding="view.content"}} + {{unbound view.content.displayName}} </a>
