Fixed: Empty list message for System: Events

Co-Authored-By: beyondmeat <beyondmeat@users.noreply.github.com>
pull/2/head
Qstick 5 years ago
parent deeb2979f1
commit 76752a5dbd

@ -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>
} }

Loading…
Cancel
Save