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>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 6da7c3c..4536f6c 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"