From a23639e62ee5e2106831c10d51b6a4d6ba569fdc Mon Sep 17 00:00:00 2001 From: beyondmeat <51850644+beyondmeat@users.noreply.github.com> Date: Wed, 19 Feb 2020 18:19:18 -0700 Subject: [PATCH] Fixed: Empty list message for System: Events --- 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 ce6d0c995..bce6bbe7f 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
}