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,