mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-03-03 00:32:08 +00:00
fix row name
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<span v-else-if="props.row.type === 'cmd_run'"
|
||||
>{{ truncateText(props.row.results, 30) }}
|
||||
<q-tooltip v-if="props.row.results.length >= 30" style="font-size: 12px">
|
||||
{{ props.row.output }}
|
||||
{{ props.row.results }}
|
||||
</q-tooltip>
|
||||
</span>
|
||||
</q-td>
|
||||
|
||||
Reference in New Issue
Block a user