From 6f102346cbeaff7bc2e1f6ae46a67316ca90b5cd Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 5 May 2020 09:45:39 -0700 Subject: Add Event log page Add basic event log table with the ability to sort by column (ID, Severity, Type, Date) and filter by severity. - Updated existing translation for eventLog to eventLogs Signed-off-by: Yoshie Muranaka Change-Id: Ic233593cc8804d9dcefb2b5740dfac3d52899b02 --- src/components/AppNavigation/AppNavigation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/AppNavigation/AppNavigation.vue') diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 2081609a..b7a3e071 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -15,8 +15,8 @@ - - {{ $t('appNavigation.eventLog') }} + + {{ $t('appNavigation.eventLogs') }} {{ $t('appNavigation.hardwareStatus') }} -- cgit v1.2.3