Describe the bug
There are a few cases in the Uptime app where we display loading messages with copy that doesn't reflect the correct situation. Typically the message says something like "No data available," and once data loads the message disappears and the data are rendered on the screen.
The two places we have identified this so far are on the Certificates page and the Pings list.
To Reproduce
Steps to reproduce the behavior:
- Navigate to the Certificates page
- Look at the loading message
- See the data load

Expected behavior
We should notify the user that we are checking for data, and only display the message when none is available. Otherwise we should replace the message with the data.
Describe the bug
There are a few cases in the Uptime app where we display loading messages with copy that doesn't reflect the correct situation. Typically the message says something like "No data available," and once data loads the message disappears and the data are rendered on the screen.
The two places we have identified this so far are on the Certificates page and the Pings list.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should notify the user that we are checking for data, and only display the message when none is available. Otherwise we should replace the message with the data.