small fixes, update readme

This commit is contained in:
wh1te909
2020-05-06 01:07:45 +00:00
parent bd40ed1c26
commit e722c9c508

View File

@@ -205,7 +205,7 @@
</q-td>
<q-td key="checks-status" :props="props">
<q-icon
v-if="props.row.has_failing_checks"
v-if="props.row.checks.has_failing_checks"
name="fas fa-check-double"
size="1.2em"
color="negative"