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/locales/en-US.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 2ff98418..9f74ca00 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -58,7 +58,7 @@ "accessControl": "Access Control", "configuration": "Configuration", "control": "Control", - "eventLog": "@:appPageTitle.eventLog", + "eventLogs": "@:appPageTitle.eventLogs", "firmware": "@:appPageTitle.firmware", "hardwareStatus": "@:appPageTitle.hardwareStatus", "health": "Health", @@ -76,7 +76,7 @@ "sslCertificates": "@:appPageTitle.sslCertificates" }, "appPageTitle": { - "eventLog": "Event log", + "eventLogs": "Event logs", "firmware": "Firmware", "hardwareStatus": "Hardware status", "ldap": "LDAP", @@ -93,6 +93,16 @@ "sslCertificates": "SSL Certificates", "unauthorized": "Unauthorized" }, + "pageEventLogs": { + "table": { + "date": "Date", + "description": "Description", + "emptyMessage": "There are no logs to show", + "id": "ID", + "severity": "Severity", + "type": "Type" + } + }, "pageLdap": { "pageDescription": "Configure LDAP settings and manage role groups", "roleGroups": "Role groups", -- cgit v1.2.3