fix: adds r-tablecell class

This commit is contained in:
2025-07-01 23:03:15 -05:00
parent 727c11e1c6
commit ac97fdd08f
4 changed files with 18 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
<tbody id="monitors" class="divide-y divide-gray-50">
{% if this.monitors.items|length > 0 %}
{% for monitor in this.monitors.items %}
<twig:MonitorListRow :monitor="monitor" />
<twig:MonitorListRow :monitor="monitor" isWidget="{{ this.isWidget }}" />
{% endfor %}
{% if this.isWidget and this.monitors.items|length > 5 %}
<tr id="monitor_view_all">