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/store/modules/GlobalStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store/modules/GlobalStore.js') diff --git a/src/store/modules/GlobalStore.js b/src/store/modules/GlobalStore.js index 18d5043d..21ea796f 100644 --- a/src/store/modules/GlobalStore.js +++ b/src/store/modules/GlobalStore.js @@ -37,7 +37,7 @@ const GlobalStore = { setHostName: (state, hostName) => (state.hostName = hostName), setBmcTime: (state, bmcTime) => (state.bmcTime = bmcTime), setHostStatus: (state, hostState) => - (state.hostState = hostStateMapper(hostState)) + (state.hostStatus = hostStateMapper(hostState)) }, actions: { getHostName({ commit }) { -- cgit v1.2.3