diff --git a/app/main.py b/app/main.py index b994b5b..e45e02b 100644 --- a/app/main.py +++ b/app/main.py @@ -139,6 +139,12 @@ def index(): return render_template("index.html", status=status) +@app.route("/live") +def live(): + status = get_system_status() + return render_template("live.html", status=status) + + @app.route("/api/status") def api_status(): return jsonify(get_system_status()) diff --git a/app/templates/index.html b/app/templates/index.html index 96dccd0..7be8545 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -194,16 +194,18 @@
Kamera nicht verbunden
+