Repository: ambari
Updated Branches:
  refs/heads/trunk 1176ecfa3 -> 24639f05a


AMBARI-5230. Tooltips in Jobs table don't change with the advent of new items 
(alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/24639f05
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24639f05
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24639f05

Branch: refs/heads/trunk
Commit: 24639f05ae17a2ef10d1c7395200e3b8f8fab56b
Parents: 1176ecf
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Wed Mar 26 19:03:59 2014 +0200
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Wed Mar 26 19:04:15 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/main/jobs.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/24639f05/ambari-web/app/templates/main/jobs.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/jobs.hbs 
b/ambari-web/app/templates/main/jobs.hbs
index 81391b6..b0b686b 100644
--- a/ambari-web/app/templates/main/jobs.hbs
+++ b/ambari-web/app/templates/main/jobs.hbs
@@ -64,9 +64,9 @@
                 <td>
                   <div class="id">
                     {{#if job.hasTezDag}}
-                      <a rel="tooltip" class="job-link" {{bindAttr 
title="job.queryText"}} href="#" {{action "showJobDetails" 
job}}>{{job.name}}</a>
+                      <a rel="tooltip" class="job-link" {{bindAttr 
data-original-title="job.queryText"}} href="#" {{action "showJobDetails" 
job}}>{{job.name}}</a>
                     {{else}}
-                      <span rel="tooltip" class="job-link" {{bindAttr 
title="job.queryText"}}>{{job.name}}</span>
+                      <span rel="tooltip" class="job-link" {{bindAttr 
data-original-title="job.queryText"}}>{{job.name}}</span>
                     {{/if}}
                   </div>
                 </td>

Reply via email to