-
Notifications
You must be signed in to change notification settings - Fork 1
Monitor List can say "no monitors found" while still loading #207
Copy link
Copy link
Closed
elastic/kibana
#67378Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersv7.8.0
Description
Describe the bug
We should check if the Monitor List component is still awaiting a server response before allowing the table's noItemsMessage to be "No uptime monitors found". If the query takes a long time (this happens to me when I put 100 items on the page at once), it will say there weren't any found and a couple of seconds later display the items.
To Reproduce
Steps to reproduce the behavior:
- Configure 2+ heartbeat instances to watch 100+ monitors
- Set the Monitor List's size to 100
- Use the Uptime app's date picker refresh button
- Observe the message shown in the table
Expected behavior
We want this message to indicate that the list is loading. This will require the creation of a new message to display in the translations folder.
There are cases where loading === true and we display a non-loading message:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersv7.8.0
Type
Fields
Give feedbackNo fields configured for issues without a type.

