qol(Monitors): adds back buttons, provides more data about child monitors
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="{{ path('app_monitors') }}"
|
||||
<a href="{{ path('app.monitors') }}"
|
||||
class="block rounded-lg
|
||||
bg-orange-500 hover:bg-opacity-80 bg-clip-padding backdrop-filter backdrop-blur-md bg-opacity-60
|
||||
px-4 py-2 text-sm font-medium text-gray-50">
|
||||
|
||||
Reference in New Issue
Block a user