From 1ace1d91e80425eeed482b33e21838acb7f7325a Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 6 Feb 2020 13:47:28 -0800 Subject: Add Health status to app header Added logging path and interface to websocket subscription data filter, to dynamically indicate Health status in the app header. - Update OverviewEvents to use highPriorityEvents data - Refactor EventLogStore Signed-off-by: Yoshie Muranaka Change-Id: I35ad30b005c70625a5f6a69488d45db0fa049374 --- src/components/Global/StatusIcon.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/components/Global/StatusIcon.vue') diff --git a/src/components/Global/StatusIcon.vue b/src/components/Global/StatusIcon.vue index a2c7f04f..d59eaec2 100644 --- a/src/components/Global/StatusIcon.vue +++ b/src/components/Global/StatusIcon.vue @@ -1,6 +1,7 @@