From a09607b64e229eff4210b1956a54aa09d3087608 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:12:34 -0700 Subject: [PATCH] Adding padding for spacing on participants and resources tabs (#3920) --- .../static/dispatch/src/case/ParticipantsTab.vue | 2 +- .../static/dispatch/src/case/ResourcesTab.vue | 14 +++++++------- .../dispatch/src/incident/ParticipantsTab.vue | 2 +- .../static/dispatch/src/incident/ResourcesTab.vue | 14 +++++++------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/dispatch/static/dispatch/src/case/ParticipantsTab.vue b/src/dispatch/static/dispatch/src/case/ParticipantsTab.vue index a0d280211cde..84f9b0a00644 100644 --- a/src/dispatch/static/dispatch/src/case/ParticipantsTab.vue +++ b/src/dispatch/static/dispatch/src/case/ParticipantsTab.vue @@ -2,7 +2,7 @@
- + {{ participant.individual.name }} ({{ activeRoles(participant.participant_roles) }}) diff --git a/src/dispatch/static/dispatch/src/case/ResourcesTab.vue b/src/dispatch/static/dispatch/src/case/ResourcesTab.vue index dec3101c5b61..2b936e044e2d 100644 --- a/src/dispatch/static/dispatch/src/case/ResourcesTab.vue +++ b/src/dispatch/static/dispatch/src/case/ResourcesTab.vue @@ -1,6 +1,6 @@ - + Conversation {{ conversation.description }} @@ -19,7 +19,7 @@ - + {{ deslug(group.resource_type) }} {{ group.description }} @@ -30,7 +30,7 @@ - + Storage {{ storage.description }} @@ -40,7 +40,7 @@ - + {{ deslug(document.resource_type) }} {{ document.description }} @@ -59,7 +59,7 @@ (!documents && documentPluginEnabled) " > - + Recreate Missing Resources Initiate a retry for creating any missing or unsuccesfully created @@ -69,7 +69,7 @@ refresh - + Creating resources... Initiate a retry for creating any missing or unsuccesfully created diff --git a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue index f8c352871896..dbf9113c3ef5 100644 --- a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue +++ b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue @@ -2,7 +2,7 @@
- + {{ participant.individual.name }} ({{ activeRoles(participant.participant_roles) }}) diff --git a/src/dispatch/static/dispatch/src/incident/ResourcesTab.vue b/src/dispatch/static/dispatch/src/incident/ResourcesTab.vue index c560918b777f..9eda97b3811b 100644 --- a/src/dispatch/static/dispatch/src/incident/ResourcesTab.vue +++ b/src/dispatch/static/dispatch/src/incident/ResourcesTab.vue @@ -1,6 +1,6 @@ - + Video Conference {{ conference.description }} @@ -18,7 +18,7 @@ - + Conversation {{ conversation.description }} @@ -27,7 +27,7 @@ - + Storage {{ storage.description }} @@ -37,7 +37,7 @@ - + {{ deslug(document.resource_type) }} {{ document.description }} @@ -56,7 +56,7 @@ (!documents && documentPluginEnabled) " > - + Recreate Missing Resources Initiate a retry for creating any missing or unsuccesfully created @@ -66,7 +66,7 @@ refresh - + Creating resources... Initiate a retry for creating any missing or unsuccesfully created