Fixed: Empty list message for System: Events
This commit is contained in:
parent
cde5a6d1a4
commit
a23639e62e
|
@ -82,7 +82,7 @@ function LogsTable(props) {
|
|||
{
|
||||
isPopulated && !error && !items.length &&
|
||||
<div>
|
||||
No logs found
|
||||
No events found
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue