Fixed: Empty list message for System: Events

Co-Authored-By: beyondmeat <beyondmeat@users.noreply.github.com>
This commit is contained in:
Qstick
2020-02-22 16:02:20 -05:00
parent deeb2979f1
commit 76752a5dbd

View File

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