Fixed: Empty list message for System: Events

(cherry picked from commit a23639e62ee5e2106831c10d51b6a4d6ba569fdc)

Closes #159
pull/1112/head
beyondmeat 5 years ago committed by Qstick
parent ed1935c85d
commit 050dd67972

@ -83,7 +83,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