mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-19 02:42:36 +00:00
start checks rework
This commit is contained in:
@@ -261,6 +261,9 @@
|
||||
@click="eventLogMoreInfo(props.row)"
|
||||
>Last Output</span
|
||||
>
|
||||
<span v-else-if="props.row.check_type === 'diskspace' || props.row.check_type === 'winsvc'">{{
|
||||
props.row.more_info
|
||||
}}</span>
|
||||
</q-td>
|
||||
<q-td>{{ props.row.last_run || "Never" }}</q-td>
|
||||
<q-td v-if="props.row.assigned_task !== null && props.row.assigned_task.length > 1"
|
||||
|
||||
Reference in New Issue
Block a user