Fixed: Empty list message for System: Events

(cherry picked from commit a23639e62ee5e2106831c10d51b6a4d6ba569fdc)

Closes #159
This commit is contained in:
beyondmeat 2020-02-19 18:19:18 -07:00 committed by Qstick
parent ed1935c85d
commit 050dd67972

View file

@ -83,7 +83,7 @@ function LogsTable(props) {
{
isPopulated && !error && !items.length &&
<div>
No logs found
No events found
</div>
}