Fixed: Empty list message for System: Events

pull/3430/head
beyondmeat 5 years ago committed by GitHub
parent cde5a6d1a4
commit a23639e62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save