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;"> ↑</span> |
<span class="down" style="display:none;"> ↓</span> |