summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-12-23 10:48:55 +0300
committerDerick Montague <derick.montague@ibm.com>2021-03-23 03:02:54 +0300
commit47b047c7320aada2ceba3c774287462e4cba0089 (patch)
tree473f2f5ca8cc86a5398f8237068eecbe62d1d3ba /src/locales
parent492875622b39cb2cf04bbb9248b6ed0c52ced2df (diff)
downloadwebui-vue-47b047c7320aada2ceba3c774287462e4cba0089.tar.xz
Add event log details
- Add ability to expand and collapse table rows to show event log entry details - Add the following properties to display in the UI, Name, Modified date Change-Id: I3c90ce301878947e402eb87ca135dba0c47e84d5 Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 6da7c3c5..4536f6ce 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -254,6 +254,8 @@
"date": "Date",
"description": "Description",
"id": "ID",
+ "modifiedDate": "Modified Date",
+ "name": "Name",
"searchLogs": "Search logs",
"severity": "Severity",
"type": "Type"