Merge branch '188-adapt-qc-results-view-to-new-api-endpoints' into 138-keep-edit-history-of-event-log-entries

This commit is contained in:
D. Berge
2022-03-09 21:37:27 +01:00

View File

@@ -80,6 +80,12 @@
v-text="itemCount(item)"
>
</v-chip>
<v-chip class="ml-2" v-else
x-small
color="success"
>
All passed
</v-chip>
<v-chip v-for="label of item.labels"
class="mx-1"