fix(MonitorList): no monitors row

This commit is contained in:
2025-08-08 23:05:45 -05:00
parent 39a64faa74
commit d710e31d2b

View File

@@ -54,7 +54,7 @@
{% endif %}
{% else %}
<tr id="active_monitors_no_monitors">
<td class="px-6 py-4 whitespace-nowrap text-xs uppercase text-center col-span-2 font-medium" colspan="100%">
<td class="px-6 py-4 dark:bg-gray-800 hover:bg-gray-200 dark:hover:bg-gray-900 text-center text-xs uppercase font-medium" colspan="100%">
No monitors
</td>
</tr>