updated width when sms is zero

This commit is contained in:
Beverly Nguyen
2024-08-22 15:46:17 -07:00
parent 5a3f3e5ca0
commit b40cb5a9ad
3 changed files with 3 additions and 5 deletions

View File

@@ -120,7 +120,7 @@
{% endfor %}
{% else %}
<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>
<td class="table-empty-message" colspan="10">No messages found</td>
</tr>
{% endif %}
</tbody>