mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-19 19:40:50 +00:00
optimize the cache_db_values task
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
</q-td>
|
||||
<q-td :props="props" key="pendingactions">
|
||||
<q-icon
|
||||
v-if="props.row.pending_actions_count !== 0"
|
||||
v-if="props.row.pending_actions_count > 0"
|
||||
@click="showPendingActionsModal(props.row)"
|
||||
name="far fa-clock"
|
||||
size="1.4em"
|
||||
|
||||
Reference in New Issue
Block a user