summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-05 19:45:39 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-21 16:55:29 +0300
commit6f102346cbeaff7bc2e1f6ae46a67316ca90b5cd (patch)
treee7bee4356ddea604a1d86655f72ee4376b945d51 /src/locales
parent85358ed1b6d725a2090e82d82757fbd3d7dbc706 (diff)
downloadwebui-vue-6f102346cbeaff7bc2e1f6ae46a67316ca90b5cd.tar.xz
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 <yoshiemuranaka@gmail.com> Change-Id: Ic233593cc8804d9dcefb2b5740dfac3d52899b02
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json14
1 files changed, 12 insertions, 2 deletions
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",