qol(Monitors): adds back buttons, provides more data about child monitors

This commit is contained in:
Brock H Caldwell
2025-11-07 21:24:27 -06:00
parent 4ae70115b5
commit 50ec0c1d6f
7 changed files with 25 additions and 14 deletions

View File

@@ -55,7 +55,7 @@
{% if this.isWidget and this.monitors.items|length > 5 %}
<tr id="monitor_view_all">
<td colspan="100%" class="py-2 whitespace-nowrap bg-orange-500/80 uppercase text-xs font-medium text-center truncate dark:text-black">
<a href="{{ path('app_monitors') }}">View All Monitors</a>
<a href="{{ path('app.monitors') }}">View All Monitors</a>
</td>
</tr>
{% endif %}