diff --git a/src/components/modals/agents/BulkAction.vue b/src/components/modals/agents/BulkAction.vue index 204d2a3..5d71514 100644 --- a/src/components/modals/agents/BulkAction.vue +++ b/src/components/modals/agents/BulkAction.vue @@ -10,6 +10,16 @@
+ +
+

Agent Type

+
+ + + +
+
+

Choose Target

@@ -166,6 +176,7 @@ export default { data() { return { target: "client", + monType: "all", selected_mode: null, scriptOptions: [], scriptPK: null, @@ -206,6 +217,7 @@ export default { this.$q.loading.show(); const data = { mode: this.selected_mode, + monType: this.monType, target: this.target, site: this.site.value, client: this.client.value,