feat: shows monitor poster on modal

This commit is contained in:
Brock H Caldwell
2025-11-06 15:16:59 -06:00
parent ec0d2a198c
commit f253b33910
5 changed files with 14 additions and 2 deletions

View File

@@ -28,11 +28,13 @@
<td class="px-6 py-4 whitespace-nowrap text-sm">
{{ monitor|monitor_media_id }}
</td>
{# Monitor is a CHILD monitor #}
{% if null != monitor.parent %}
<td class="hidden md:table-cell px-6 py-4 whitespace-nowrap text-sm">
{{ monitor.searchCount }}
</td>
{% else %}
{# Monitor is a PARENT monitor #}
<td class="hidden md:table-cell px-6 py-4 whitespace-nowrap text-sm">
{{ monitor.children|length }}
</td>