You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2016/10/27 14:59:56 UTC

ambari git commit: AMBARI-18718. Status Icons taking up a new line in Mozilla Firefox (Windows) (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 7e4f62096 -> 91b7d2212


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/trunk
Commit: 91b7d221256943f0b000b31cab407557f15bc91c
Parents: 7e4f620
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Thu Oct 27 17:10:27 2016 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
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"}}&nbsp;
-  {{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"}}&nbsp;
+  {{unbound view.content.displayName}}
 </a>