add icon if patch pending

This commit is contained in:
wh1te909 2019-12-09 08:49:07 +00:00
parent beff5d8f12
commit cf25492e6d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
</q-td>
<q-td>
<q-icon v-if="props.row.installed" name="fas fa-check" color="positive"><q-tooltip>Installed</q-tooltip></q-icon>
<q-icon v-else-if="props.row.action == 'approve'" name="fas fa-tasks" color="primary"><q-tooltip>Pending</q-tooltip></q-icon>
<q-icon v-else name="fas fa-exclamation" color="warning"><q-tooltip>Missing</q-tooltip></q-icon>
</q-td>
<q-td>{{ props.row.severity }}</q-td>