hide AV status for now until fully implemented
This commit is contained in:
parent
bd0a7e5ef5
commit
07a178bcd4
|
@ -26,11 +26,12 @@
|
|||
<q-icon name="system_update_alt" size="1.5em" color="warning"><q-tooltip>Patches Pending</q-tooltip></q-icon>
|
||||
</q-th>
|
||||
</template>
|
||||
<!--
|
||||
<template v-slot:header-cell-antivirus="props">
|
||||
<q-th auto-width :props="props">
|
||||
<q-icon name="fas fa-shield-alt" size="1.2em" color="primary"><q-tooltip>Anti Virus</q-tooltip></q-icon>
|
||||
</q-th>
|
||||
</template>
|
||||
</template> -->
|
||||
<template v-slot:header-cell-agentstatus="props">
|
||||
<q-th auto-width :props="props">
|
||||
<q-icon name="fas fa-signal" size="1.2em" color="accent"><q-tooltip>Agent Status</q-tooltip></q-icon>
|
||||
|
@ -190,6 +191,7 @@
|
|||
<q-tooltip>Patches Pending</q-tooltip>
|
||||
</q-icon>
|
||||
</q-td>
|
||||
<!--
|
||||
<q-td :props="props" key="antivirus">
|
||||
<q-icon v-if="props.row.antivirus !== 'n/a' && props.row.antivirus === 'windowsdefender'" name="fas fa-exclamation" color="warning">
|
||||
<q-tooltip>{{ props.row.antivirus }}</q-tooltip>
|
||||
|
@ -198,7 +200,7 @@
|
|||
<q-tooltip>{{ props.row.antivirus }}</q-tooltip>
|
||||
</q-icon>
|
||||
<q-icon v-else name="fas fa-times-circle" color="negative" />
|
||||
</q-td>
|
||||
</q-td> -->
|
||||
<q-td key="agentstatus">
|
||||
<q-icon v-if="props.row.status ==='overdue'" name="fas fa-exclamation-triangle" color="negative">
|
||||
<q-tooltip>Agent overdue</q-tooltip>
|
||||
|
|
|
@ -148,10 +148,10 @@ export default {
|
|||
name: "patchespending",
|
||||
align: "left"
|
||||
},
|
||||
{
|
||||
/* {
|
||||
name: "antivirus",
|
||||
align: "left"
|
||||
},
|
||||
}, */
|
||||
{
|
||||
name: "agentstatus",
|
||||
field: "status",
|
||||
|
|
Loading…
Reference in New Issue