{% extends "sidebar.html" %}
{% block title %}AstraOS — Hybrid Dashboard{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
Dashboard
AstraOS ist da! Wir haben alles von Grund auf neu gebaut, damit du deine Systeme noch intuitiver und effizienter verwalten kannst. Wir hoffen, dir gefallen das neue Design und die vielen praktischen Funktionen.
{{ stats.active_users.value }}
{% set pct = stats.active_users.percent %} {% if pct is not none %} {{ '+' if pct>=0 else '' }}{{ pct }}% seit letzter Woche {% else %} - {% endif %}
{{ stats.server_load.percent }}%
{{ stats.server_load.status }}
{{ stats.open_tickets.count }}
Keine offenen Anfragen
{{ status }}
Alle Systeme funktionsfähig
Aktiv
{{ maint.status if maint.status else 'Wartungsarbeiten laufen' }}
{% elif maint and maint.time_str %}{{ maint.time_str }}
{{ maint.status if maint and maint.status else 'Geplant' }} {% if maint and maint.duration_minutes %}— Dauer: {{ maint.duration_minutes }} Min.{% endif %}
{% else %}Keine geplant
Alle Systeme sind betriebsbereit.
{% endif %}{{ last.time_str if last and last.time_str else 'Keine Daten' }}
Durch: {{ last.by if last and last.by else 'N/A' }}