From 884525be74b67abb14a4c9b2e1e4a22afbd640c3 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:13:26 -0700 Subject: [PATCH] Fixing styling for incident priority settings, search filter settings, and plugins table (#3918) --- .../dispatch/src/incident/priority/Table.vue | 45 +++--- .../static/dispatch/src/plugin/Table.vue | 1 - .../static/dispatch/src/search/EditDialog.vue | 140 +++++++++--------- 3 files changed, 94 insertions(+), 92 deletions(-) diff --git a/src/dispatch/static/dispatch/src/incident/priority/Table.vue b/src/dispatch/static/dispatch/src/incident/priority/Table.vue index 4fdaf6457a25..940630c6c4b6 100644 --- a/src/dispatch/static/dispatch/src/incident/priority/Table.vue +++ b/src/dispatch/static/dispatch/src/incident/priority/Table.vue @@ -76,31 +76,36 @@
Incident priority settings
- - - - - - If activated, Dispatch will automatically change Stable incidents to this priority. - Also, users will not be permitted to change the priority on Stable incidents. - - - +
+ + + + + + + + If activated, Dispatch will automatically change Stable incidents to this + priority. Also, users will not be permitted to change the priority on Stable + incidents. + + + + - - + +
diff --git a/src/dispatch/static/dispatch/src/plugin/Table.vue b/src/dispatch/static/dispatch/src/plugin/Table.vue index be37e97e2afb..cd5ab07dcedd 100644 --- a/src/dispatch/static/dispatch/src/plugin/Table.vue +++ b/src/dispatch/static/dispatch/src/plugin/Table.vue @@ -23,7 +23,6 @@ clearable /> -
{{ itemsPerPage }}
Edit Search Filter - - mdi-content-save - - - mdi-close - + - - - - - - - - - - - -
Individuals
- - - - - - -
Teams
- - - - {{ team.name }} - - -
Services
- - - - {{ service.name }} - - -
Notifications
- - - - {{ notification.name }} - - -
-
-
+ + + + + + + + + +
Individuals
+ + + + + + +
Teams
+ + + + {{ team.name }} + + +
Services
+ + + + {{ service.name }} + + +
Notifications
+ + + + {{ notification.name }} + + +