From 71478777694b52cf90ba9a6442d514b02cccc6c4 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sat, 31 Jul 2021 11:56:47 -0400 Subject: [PATCH] allowed dismissing persistent modals on Esc press. allow filtering on certain scripts and agent dropdowns. moved other dropdowns to tactical dropdown. Fixes with bulk actions --- src/components/AgentTable.vue | 2 +- .../automation/modals/PolicyAdd.vue | 44 +++--- .../automation/modals/PolicyExclusions.vue | 70 +++------- src/components/modals/agents/BulkAction.vue | 121 ++++++++-------- src/components/modals/agents/EditAgent.vue | 25 +--- src/components/modals/agents/RunScript.vue | 129 ++++++++---------- src/components/scripts/ScriptFormModal.vue | 9 +- src/components/scripts/ScriptUploadModal.vue | 21 +-- src/components/scripts/TestScriptModal.vue | 7 +- src/components/ui/TacticalDropdown.vue | 4 +- 10 files changed, 173 insertions(+), 259 deletions(-) diff --git a/src/components/AgentTable.vue b/src/components/AgentTable.vue index 9295e55..bbbbb7c 100644 --- a/src/components/AgentTable.vue +++ b/src/components/AgentTable.vue @@ -407,7 +407,7 @@ - + diff --git a/src/components/automation/modals/PolicyAdd.vue b/src/components/automation/modals/PolicyAdd.vue index 1688a90..1c940b0 100644 --- a/src/components/automation/modals/PolicyAdd.vue +++ b/src/components/automation/modals/PolicyAdd.vue @@ -10,46 +10,34 @@ - - - + - - + - + outlined + clearable + mapOptions + /> This {{ type }} will not inherit from higher policies @@ -69,9 +57,11 @@