Author: yusaku
Date: Thu Apr 11 18:06:54 2013
New Revision: 1467020

URL: http://svn.apache.org/r1467020
Log:
AMBARI-1875. Restart Service tooltip overlaps another tooltip. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/templates/main/service/menu_item.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1467020&r1=1467019&r2=1467020&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 11 18:06:54 2013
@@ -681,6 +681,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1875. Restart Service tooltip overlaps another tooltip. (yusaku)
+
  AMBARI-1874. Add Service Wizard: remove the ability to install master
  components for already installed services. (yusaku)
 

Modified: 
incubator/ambari/trunk/ambari-web/app/templates/main/service/menu_item.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/service/menu_item.hbs?rev=1467020&r1=1467019&r2=1467020&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/main/service/menu_item.hbs 
(original)
+++ incubator/ambari/trunk/ambari-web/app/templates/main/service/menu_item.hbs 
Thu Apr 11 18:06:54 2013
@@ -25,6 +25,6 @@
     </span>
   {{/if}}
   {{#if view.content.isRestartRequired}}
-    <i class="icon-refresh restart-required-service" rel="tooltip" {{bindAttr 
title="view.content.restartRequiredMessage"}}></i>
+    <i class="icon-refresh restart-required-service" rel="tooltip" 
title="{{unbound view.content.restartRequiredMessage}}"></i>
   {{/if}}
 </a>


Reply via email to