summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/templates
diff options
context:
space:
mode:
authorJuha Sippola <juhasippola@outlook.com>2015-09-21 16:46:13 +0300
committerTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2015-09-23 09:40:00 +0000
commitccf8014eecf930a7d1ab512c40b07767f403980a (patch)
tree53a634ebdb55b74c27f1b8a4a13de8202ac3d247 /non-puppet/qtmetrics2/templates
parent18a1f4f3e92986a0b29577f5c34a4507e690bce3 (diff)
Qt Metrics 2 (v0.30.1): Top and flaky page edit
Aligned the bar column title with that on the testfunctions page. Change-Id: I1bcaf635d910fd865cc1fedee6671046b06c915b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
Diffstat (limited to 'non-puppet/qtmetrics2/templates')
-rw-r--r--non-puppet/qtmetrics2/templates/testsets_flaky_data.html5
-rw-r--r--non-puppet/qtmetrics2/templates/testsets_top_data.html6
2 files changed, 6 insertions, 5 deletions
diff --git a/non-puppet/qtmetrics2/templates/testsets_flaky_data.html b/non-puppet/qtmetrics2/templates/testsets_flaky_data.html
index f091337..3a8a25a 100644
--- a/non-puppet/qtmetrics2/templates/testsets_flaky_data.html
+++ b/non-puppet/qtmetrics2/templates/testsets_flaky_data.html
@@ -34,7 +34,7 @@
/**
* Flaky testsets data
- * @since 05-08-2015
+ * @since 20-09-2015
* @author Juha Sippola
*/
@@ -63,8 +63,7 @@
<th>testset</th>
<th>project</th>
<th class="leftBorder center">flaky <span class ="gray">(total)</span></th>
-<th class="showInLargeDisplay">flaky</th>
-</tr>
+<th class="showInLargeDisplay"><small><span class="redBackground paddingHorizontal">flaky</span></small></th>
</thead>
<tbody>
{# Calculate max result count for the bar #}
diff --git a/non-puppet/qtmetrics2/templates/testsets_top_data.html b/non-puppet/qtmetrics2/templates/testsets_top_data.html
index a4e70a0..4c19546 100644
--- a/non-puppet/qtmetrics2/templates/testsets_top_data.html
+++ b/non-puppet/qtmetrics2/templates/testsets_top_data.html
@@ -34,7 +34,7 @@
/**
* Top failures (testsets) data
- * @since 04-08-2015
+ * @since 20-09-2015
* @author Juha Sippola
*/
@@ -64,7 +64,9 @@
<th class="showInLargeDisplay">project</th>
<th>latest result</th>
<th class="leftBorder center">failed <span class ="gray">(total)</span></th>
-<th class="showInLargeDisplay">failed + passed</th>
+<th class="showInLargeDisplay">
+<small><span class="redBackground paddingHorizontal">failed</span><span class="greenBackground paddingHorizontal">passed</span></small>
+</th>
</tr>
</thead>
<tbody>