From ce9a3ef3036923cb4c0f28240c8bb37a6b4540fc Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 6 May 2020 14:33:22 -0700 Subject: Update EventLogStore request to use Redfish Changes to WebSocketPlugin to dispatch event log GET request when new event interfaces are received. By re-fetching the Redfish logs the health status icon in the application header will always reflect the visible event logs. The plugin was previously only updating the header status, so it was possible for the header status and event logs to be out of sync. - Changed to use Redfish endpoint for event log GET request /redfish/v1/Systems/system/LogServices/EventLog/Entries - Update AppHeader Health status icon to reflect changes made with Redfish log Severity property Signed-off-by: Yoshie Muranaka Change-Id: I73a3a441dcbbb3a29ef9a51f961c062689cb5add --- src/views/Overview/OverviewEvents.vue | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'src/views') diff --git a/src/views/Overview/OverviewEvents.vue b/src/views/Overview/OverviewEvents.vue index ff9c302a..64ba7fc6 100644 --- a/src/views/Overview/OverviewEvents.vue +++ b/src/views/Overview/OverviewEvents.vue @@ -9,19 +9,19 @@ {{ $t('pageOverview.events.viewAllButton') }} - - - -- cgit v1.2.3