add system log viewer

This commit is contained in:
team2
2026-02-28 19:59:03 +01:00
parent 7b777b0f27
commit a90f34aefb
5 changed files with 230 additions and 3 deletions

View File

@@ -127,7 +127,11 @@
</a>
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
href="{{ path('admin_vector_log') }}">
Vector-Logs Python
Vector-Log Python
</a>
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
href="{{ path('admin_system_logs_index') }}">
System-Logs
</a>
</nav>