From 0acaed6b2e648a3facea4df913e67bfa136c14d6 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 15 Dec 2020 08:30:55 +0000 Subject: [PATCH] add more targeting options to bulk actions --- src/components/modals/agents/BulkAction.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,