Closes #2250: Include stat counters on report result navigation

This commit is contained in:
Jeremy Stretch
2018-07-23 16:10:46 -04:00
parent a1d45023ab
commit b518258e6d
3 changed files with 57 additions and 51 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<td colspan="3" class="method">
{{ method }}
</td>
<td class="text-right stats">
<td class="text-right report-stats">
<label class="label label-success">{{ stats.success }}</label>
<label class="label label-info">{{ stats.info }}</label>
<label class="label label-warning">{{ stats.warning }}</label>