diff --git a/src/components/AutomatedTasksTab.vue b/src/components/AutomatedTasksTab.vue index c4d99e7..a86d450 100644 --- a/src/components/AutomatedTasksTab.vue +++ b/src/components/AutomatedTasksTab.vue @@ -60,6 +60,14 @@ + + @@ -170,6 +178,13 @@ This task is managed by a policy + + + + + The task updates a custom field on the agent + + @@ -199,6 +214,8 @@ Will sync on next agent checkin Synced with agent Pending deletion on agent + Waiting for task creation on agent + state.automatedTasks, }), tasks() { - return this.automatedTasks.autotasks; + return this.automatedTasks.autotasks.filter(task => task.sync_status !== "pendingdeletion"); }, }, }; diff --git a/src/components/automation/PolicyAutomatedTasksTab.vue b/src/components/automation/PolicyAutomatedTasksTab.vue index 30a6fe1..e5a4f49 100644 --- a/src/components/automation/PolicyAutomatedTasksTab.vue +++ b/src/components/automation/PolicyAutomatedTasksTab.vue @@ -61,6 +61,15 @@ + + +