From 76752a5dbd61d4a21b6b98e7173e65052f4a0693 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 22 Feb 2020 16:02:20 -0500 Subject: [PATCH] Fixed: Empty list message for System: Events Co-Authored-By: beyondmeat --- frontend/src/System/Events/LogsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/System/Events/LogsTable.js b/frontend/src/System/Events/LogsTable.js index b089d4b19..d14f90e6f 100644 --- a/frontend/src/System/Events/LogsTable.js +++ b/frontend/src/System/Events/LogsTable.js @@ -82,7 +82,7 @@ function LogsTable(props) { { isPopulated && !error && !items.length &&
- No logs found + No events found
}