mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Add explicit indication of all tests passed
This commit is contained in:
@@ -80,6 +80,12 @@
|
|||||||
v-text="itemCount(item)"
|
v-text="itemCount(item)"
|
||||||
>
|
>
|
||||||
</v-chip>
|
</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"
|
<v-chip v-for="label of item.labels"
|
||||||
class="mx-1"
|
class="mx-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user