diff --git a/src/components/AutomationManager.vue b/src/components/AutomationManager.vue
index f9ebed5..afece32 100644
--- a/src/components/AutomationManager.vue
+++ b/src/components/AutomationManager.vue
@@ -183,6 +183,7 @@ export default {
policyRowSelected(pk) {
this.$store.commit("setSelectedPolicy", pk);
this.$store.dispatch("loadPolicyChecks", pk);
+ this.$store.dispatch("loadPolicyAutomatedTasks", pk);
},
clearRow() {
this.$store.commit("setSelectedPolicy", null);
diff --git a/src/components/PolicyAutomatedTasksTab.vue b/src/components/PolicyAutomatedTasksTab.vue
new file mode 100644
index 0000000..24ceaf4
--- /dev/null
+++ b/src/components/PolicyAutomatedTasksTab.vue
@@ -0,0 +1,223 @@
+
+ No Tasks
+
+
+
+
+
+ No Tasks
+
+
+
+
+
+
+ Enabled
+
+
+
+
+
+
+
+
+
+
+
+
+ Run task now
+
+
+
+
+
+ Edit
+
+
+
+
+
+ Delete
+
+
+
+ Close
+
+
+
+
+
+
+
+ {{ 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/PolicySubTableTabs.vue b/src/components/PolicySubTableTabs.vue
index 18d4161..eddd2da 100644
--- a/src/components/PolicySubTableTabs.vue
+++ b/src/components/PolicySubTableTabs.vue
@@ -12,23 +12,29 @@
no-caps
>
+
+
+
+