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

Unified Diff: build/android/pylib/results/presentation/template/table.html

Issue 2875803004: Sort suites in suite table based on number of failed test cases. (Closed)
Patch Set: call sort by column in js instead Created 3 years, 7 months 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
Index: build/android/pylib/results/presentation/template/table.html
diff --git a/build/android/pylib/results/presentation/template/table.html b/build/android/pylib/results/presentation/template/table.html
index 5c2a2666d60c8f19fe9124c2b3e3ac62c4019424..ad45fe14e5faf3fac0c57a03512906706abed256 100644
--- a/build/android/pylib/results/presentation/template/table.html
+++ b/build/android/pylib/results/presentation/template/table.html
@@ -2,7 +2,7 @@
<thead class="heads">
<tr>
{% for cell in tb_value.table_headers -%}
- <th class="{{cell.class}}" data-asc-sorted=0>
+ <th class="{{cell.class}}" id="{{cell.data}}" data-asc-sorted=0>
{{cell.data}}
<span class="up" style="display:none;"> &#8593</span>
<span class="down" style="display:none;"> &#8595</span>

Powered by Google App Engine
This is Rietveld 408576698