You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/23 11:49:18 UTC

[10/50] [abbrv] git commit: Quick view UI: Add alt tag for long titles

Quick view UI: Add alt tag for long titles


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f3118802
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f3118802
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f3118802

Branch: refs/heads/marvin-parallel
Commit: f31188021846840160ca4389e52e236a9bb1ee0d
Parents: 026b8d6
Author: Brian Federle <br...@citrix.com>
Authored: Mon Oct 22 11:21:21 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Oct 22 11:22:16 2012 -0700

----------------------------------------------------------------------
 ui/scripts/ui/widgets/listView.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f3118802/ui/scripts/ui/widgets/listView.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js
index a6bb040..cd8e784 100644
--- a/ui/scripts/ui/widgets/listView.js
+++ b/ui/scripts/ui/widgets/listView.js
@@ -1060,7 +1060,9 @@
                 cloudStack.concat(
                   $tr.find('td:first span').html(), 30
                 )
-              ),
+              ).attr({
+                title: $tr.find('td:first span').html()
+              }),
               $('<span>').addClass('icon').html('&nbsp;')
             );
             $quickViewTooltip.append($title);