Skip to content

Commit

Permalink
add win task name tooltip for debugging closes amidaware/tacticalrmm#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Oct 18, 2024
1 parent 21ea5a1 commit fa0992c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/agents/AutomatedTasksTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,12 @@
</q-td>
<q-td v-else></q-td>
<!-- name -->
<q-td>{{ props.row.name }}</q-td>
<q-td
>{{ props.row.name
}}<q-tooltip v-if="props.row?.win_task_name" :delay="700">{{
props.row.win_task_name
}}</q-tooltip></q-td
>
<!-- sync status -->
<q-td v-if="props.row.task_result.sync_status === 'notsynced'"
>Will sync on next agent checkin</q-td
Expand Down

0 comments on commit fa0992c

Please sign in to comment.