From 04a0e1b2f1383dc2c20528e461d39e6bcaa41cc1 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 3 Nov 2020 10:26:26 -0800 Subject: [PATCH] Adding better checking for non-existant tab data --- .../static/dispatch/src/incident/ParticipantsTab.vue | 6 ++++-- src/dispatch/static/dispatch/src/incident/TimelineTab.vue | 4 +++- .../static/dispatch/src/incident/WorkflowInstanceTab.vue | 6 ++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue index 5b4185240291..9089ee6f33ee 100644 --- a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue +++ b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue @@ -1,6 +1,6 @@ diff --git a/src/dispatch/static/dispatch/src/incident/TimelineTab.vue b/src/dispatch/static/dispatch/src/incident/TimelineTab.vue index 968dab3098ce..755e7fada697 100644 --- a/src/dispatch/static/dispatch/src/incident/TimelineTab.vue +++ b/src/dispatch/static/dispatch/src/incident/TimelineTab.vue @@ -29,7 +29,9 @@
- No timeline data available. +

+ No timeline data available. +

diff --git a/src/dispatch/static/dispatch/src/incident/WorkflowInstanceTab.vue b/src/dispatch/static/dispatch/src/incident/WorkflowInstanceTab.vue index 4890eb0ed892..4b95335ddf74 100644 --- a/src/dispatch/static/dispatch/src/incident/WorkflowInstanceTab.vue +++ b/src/dispatch/static/dispatch/src/incident/WorkflowInstanceTab.vue @@ -1,6 +1,6 @@