feat: only shows top level monitors on dashboard and children on dedicated page

This commit is contained in:
Brock H Caldwell
2025-11-05 22:35:12 -06:00
parent 55ab9d840e
commit a9031df3c3
4 changed files with 21 additions and 1 deletions

View File

@@ -17,10 +17,17 @@
class="px-6 py-3 text-start">
ID
</th>
{% if null != parentMonitorId %}
<th scope="col"
class="hidden md:table-cell px-6 py-3 text-start">
Search Count
</th>
{% else %}
<th scope="col"
class="hidden md:table-cell px-6 py-3 text-start">
Episodes
</th>
{% endif %}
<th scope="col"
class="hidden md:table-cell px-6 py-3 text-start">
Created at