Browse Source

AMBARI-1875. Restart Service tooltip overlaps another tooltip. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1467020 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
f7a423576f
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/templates/main/service/menu_item.hbs

+ 2 - 0
CHANGES.txt

@@ -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)
 

+ 1 - 1
ambari-web/app/templates/main/service/menu_item.hbs

@@ -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>