summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'non-puppet/qtmetrics2/templates/home.html')
-rw-r--r--non-puppet/qtmetrics2/templates/home.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/non-puppet/qtmetrics2/templates/home.html b/non-puppet/qtmetrics2/templates/home.html
index 185e257..da90858 100644
--- a/non-puppet/qtmetrics2/templates/home.html
+++ b/non-puppet/qtmetrics2/templates/home.html
@@ -34,7 +34,7 @@
/**
* Home page
- * @since 21-09-2015
+ * @since 24-09-2015
* @author Juha Sippola
*/
@@ -127,14 +127,15 @@
</form>
</div>
<br>
-<p>See top failure/flaky lists:</p>
+<p>See top lists:</p>
<div>
<a class="btn btn-primary btn-xs" href="{{ topRoute }}" role="button">testsets</a>
<a class="btn btn-primary btn-xs" href="{{ flakyRoute }}" role="button">flaky</a>
<a class="btn btn-primary btn-xs" href="{{ topTestfunctionsRoute }}" role="button">test functions</a>
+<a class="btn btn-primary btn-xs" href="{{ durationTestsetsRoute }}" role="button">duration</a>
</div>
<br>
-<p>See blacklisted tests where tagging could be removed:</p>
+<p>See blacklisted but passed tests:</p>
<div>
<a class="btn btn-primary btn-xs" href="{{ bpassedTestfunctionsRoute }}" role="button">test functions</a>
</div>