In staging, it's missing a placeholder text when there's no notification or job.
There should be a placeholder text that says "No batched job messages found (messages are kept for {{ service_data_retention_days }} days), when recent batch table is empty.
it works in local though
<tr class="table-row">
<td class="table-empty-message" colspan="10">No batched job messages found  (messages are kept for {{ service_data_retention_days }} days).</td>
</tr>
Environment
staging
What pages did this appear on?
dashboard
Detail the steps for someone to reproduce
When recent batch table is empty. No notifications or jobs have been sent.
Who discovered this?
beverly
What happened?
In staging, it's missing a placeholder text when there's no notification or job.
There should be a placeholder text that says "No batched job messages found (messages are kept for {{ service_data_retention_days }} days), when recent batch table is empty.
it works in local though
Environment
staging
What pages did this appear on?
dashboard
Detail the steps for someone to reproduce
When recent batch table is empty. No notifications or jobs have been sent.
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response