Add batch actions and row action to Event Logs
Adds ability to export and delete event logs by row or in a
table batch action.
- Modifications to TableRowAction component to allow single
row export functionality
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ica50dd0868ac85cc2d6925a9448858b40da9c529
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index a09047e..4636503 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -98,6 +98,10 @@
"unauthorized": "Unauthorized"
},
"pageEventLogs": {
+ "modal": {
+ "deleteTitle": "Delete log | Delete logs",
+ "deleteMessage": "Are you sure you want to delete %{count} log? This action cannot be undone. | Are you sure you want to delete %{count} logs? This action cannot be undone."
+ },
"table": {
"date": "Date",
"description": "Description",
@@ -105,6 +109,10 @@
"id": "ID",
"severity": "Severity",
"type": "Type"
+ },
+ "toast": {
+ "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
+ "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
}
},
"pageLdap": {