diff --git a/src/components/automation/AutomationManager.vue b/src/components/automation/AutomationManager.vue
index 0760e76..0391efa 100644
--- a/src/components/automation/AutomationManager.vue
+++ b/src/components/automation/AutomationManager.vue
@@ -2,7 +2,7 @@
- Automation Manager
+ Automation Manager
Close
@@ -21,6 +21,30 @@
icon="add"
@click="showAddPolicyModal"
/>
+
+
{{ props.row.desc }}
{{ props.row.active }}
-
+ >
+ {{ `See Related (${props.row.clients.length + props.row.sites.length + props.row.agents.length}+)` }}
+
@@ -123,29 +143,41 @@
-
+
-
+
+
+
+ @close="closePolicyFormModal"
+ />
-
-
+
+
+
+
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/components/automation/OverviewAutomatedTasksTab.vue b/src/components/automation/OverviewAutomatedTasksTab.vue
deleted file mode 100644
index ca61756..0000000
--- a/src/components/automation/OverviewAutomatedTasksTab.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
- No Tasks on this policy
-
-
-
-
-
-
- Enabled
-
-
-
-
-
-
-
-
-
- {{ props.row.name }}
-
- output
-
- Awaiting output
- {{ props.row.last_run }}
- Has not run yet
- {{ props.row.schedule }}
- {{ props.row.assigned_check }}
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/automation/OverviewChecksTab.vue b/src/components/automation/OverviewChecksTab.vue
deleted file mode 100644
index 62d90d3..0000000
--- a/src/components/automation/OverviewChecksTab.vue
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
-
- No checks on this policy
-
-
-
-
-
-
-
- SMS Alert
-
-
-
-
-
-
- Email Alert
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Disk Space Drive {{ props.row.disk }} > {{props.row.threshold }}%
- Avg CPU Load > {{ props.row.cpuload }}%
- Script check: {{ props.row.script.name }}
- Ping {{ props.row.name }} ({{ props.row.ip }})
- Avg memory usage > {{ props.row.threshold }}%
- Service Check - {{ props.row.svc_display_name }}
- Event Log Check - {{ props.row.desc }}
- Awaiting First Synchronization
-
- Passing
-
-
- Failing
-
-
- output
-
-
- output
-
- {{ props.row.more_info }}
- {{ props.row.last_run }}
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/automation/PolicyAutomatedTasksTab.vue b/src/components/automation/PolicyAutomatedTasksTab.vue
index 9374c09..f1ff955 100644
--- a/src/components/automation/PolicyAutomatedTasksTab.vue
+++ b/src/components/automation/PolicyAutomatedTasksTab.vue
@@ -10,7 +10,7 @@
text-color="black"
@click="showAddAutomatedTask = true"
/>
-
+
No Tasks
@@ -70,13 +70,12 @@
/>
{{ props.row.name }}
-
+
output
+ @click="showStatus(props.row)"
+ >See Status
- Awaiting output
{{ props.row.last_run }}
Has not run yet
{{ props.row.schedule }}
@@ -88,39 +87,48 @@
-
+
-
-
+
+
+
diff --git a/src/components/automation/PolicyOverview.vue b/src/components/automation/PolicyOverview.vue
index e6fc003..6b556fc 100644
--- a/src/components/automation/PolicyOverview.vue
+++ b/src/components/automation/PolicyOverview.vue
@@ -11,7 +11,7 @@
-
- Select a Policy
-
-
+
-
- Select a Policy
-
-
+
@@ -62,16 +56,15 @@
\ No newline at end of file
+
diff --git a/src/components/automation/PolicySubTableTabs.vue b/src/components/automation/PolicySubTableTabs.vue
index 4e13b6c..7a33b11 100644
--- a/src/components/automation/PolicySubTableTabs.vue
+++ b/src/components/automation/PolicySubTableTabs.vue
@@ -17,7 +17,7 @@
-
+
@@ -32,7 +32,6 @@ import PolicyAutomatedTasksTab from "@/components/automation/PolicyAutomatedTask
export default {
name: "PolicySubTableTabs",
- props: ["policypk"],
components: {
PolicyChecksTab,
PolicyAutomatedTasksTab
diff --git a/src/components/automation/modals/PolicyCheckStatus.vue b/src/components/automation/modals/PolicyCheckStatus.vue
deleted file mode 100644
index 406f026..0000000
--- a/src/components/automation/modals/PolicyCheckStatus.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- Policy Name Status
- {{ this.check.desc }}
-
-
-
-
-
-
- Single line item
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/automation/modals/PolicyForm.vue b/src/components/automation/modals/PolicyForm.vue
index 7578185..104c6a1 100644
--- a/src/components/automation/modals/PolicyForm.vue
+++ b/src/components/automation/modals/PolicyForm.vue
@@ -98,7 +98,7 @@
diff --git a/src/components/modals/tasks/AddAutomatedTask.vue b/src/components/modals/tasks/AddAutomatedTask.vue
index ffb6810..56da068 100644
--- a/src/components/modals/tasks/AddAutomatedTask.vue
+++ b/src/components/modals/tasks/AddAutomatedTask.vue
@@ -108,12 +108,14 @@