Index: build/android/pylib/results/presentation/template/main.html |
diff --git a/build/android/pylib/results/presentation/template/main.html b/build/android/pylib/results/presentation/template/main.html |
index 60e78adf3cc9d010cd9c29a412f4f6bc4550795a..b0022307848ca9b1d7dd7172bee2553d20a16471 100644 |
--- a/build/android/pylib/results/presentation/template/main.html |
+++ b/build/android/pylib/results/presentation/template/main.html |
@@ -44,15 +44,17 @@ |
<body class="interface"> |
<div class="content"> |
<h2 id="summary-header"></h2> |
+ <a class="back_button" onclick="showSuiteTableOnly();"><b><-- Back</b></br></br></a> |
mikecase (-- gone --)
2017/04/07 23:57:20
ooooooh, I forgot we will lose the ability to use
BigBossZhiling
2017/04/10 19:43:51
Done.
|
{% for tb_value in tb_values %} |
{% include 'template/table.html' %} |
{% endfor %} |
</div> |
</br> |
+ <a class="back_button" onclick="showSuiteTableOnly();"><b><-- Back</b></br></b></a> |
<a onclick="reportIssues();"><b>Feedback</b></a> |
</body> |
<script> |
- loadPage(); |
+ showSuiteTableOnly(); |
// Enable sorting for each column of tables. |
Array.prototype.slice.call(document.getElementsByTagName('th')) |
.forEach(function(head) { |