Fixed: Empty list message for System: Events

This commit is contained in:
beyondmeat 2020-02-19 18:19:18 -07:00 committed by GitHub
parent cde5a6d1a4
commit a23639e62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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