Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1164)

Unified Diff: appengine/findit/templates/flake/dashboard.html

Issue 2536563005: [Findit] Show full test name when mouse hover. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/flake/dashboard.html
diff --git a/appengine/findit/templates/flake/dashboard.html b/appengine/findit/templates/flake/dashboard.html
index dd7430e9f01ee43a8ead58836388fc203044cf83..ae8f85672909f6f060a7d9bf921fb95f1cb3c591 100644
--- a/appengine/findit/templates/flake/dashboard.html
+++ b/appengine/findit/templates/flake/dashboard.html
@@ -152,8 +152,8 @@
<td>
{{ master_flake_analysis.master_name }}, {{ master_flake_analysis.builder_name }}, {{ master_flake_analysis.build_number }}
</td>
- <td class="truncated">{{ master_flake_analysis.step_name }}</td>
- <td class="truncated">{{ master_flake_analysis.test_name }}</td>
+ <td class="truncated" title="{{ master_flake_analysis.step_name }}">{{ master_flake_analysis.step_name }}</td>
+ <td class="truncated" title="{{ master_flake_analysis.test_name }}">{{ master_flake_analysis.test_name }}</td>
<td>{{ master_flake_analysis.status }}</td>
<td>
{% if master_flake_analysis.suspected_build %}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698