{{ asset('css/tailwind.css', force_static=True) | safe }}
{{ menu | safe }}

Admin Dashboard

Lila Engine Active

Server Metrics

Lila Memory {{ lila_memory|round(0) }} MB
🧠
Lila CPU {{ lila_cpu_usage|round(0) }} %
System Memory {{ system_used_memory|round(0) }} / {{ system_total_memory|round(0) }} MB
💾
Server CPU {{ cpu_usage|round(0) }} %
⚙️

📁 System Logs

{% if logs_html %}
{{ logs_html | safe }}
{% else %}

No logs available

{% endif %}
{{ asset('js/utils.js', force_static=True) | safe }}