{% extends "base.html" %} {% block title %}Admin | System-Tools{% endblock %} {% block content %}

System-Tools

Nützliche Admin-Funktionen für Betrieb, Backup, Update, Restart und Log-Download.

Core-Services

Core-Logs herunterladen

Instanz-Operationen

{% if instances %} {% for item in instances %} {% endfor %}
Schule Subdomain Status Aktionen
{{ item.school_name }} {{ item.subdomain }} {{ item.status }} / {{ item.nginx_status }}
Logs
{% else %}

Keine Instanzen vorhanden.

{% endif %}
{% endblock %}