feat: remove admin video jobs link from navigation and update card background style

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 19:06:16 +02:00
parent 2ca7ae538f
commit 3d0a08a8ef
3 changed files with 1 additions and 9 deletions
-7
View File
@@ -516,13 +516,6 @@ def admin_models():
return render_template("admin/models.html")
@app.get("/admin/videos")
@admin_required
def admin_videos():
"""Show all video generation jobs across all users."""
return render_template("admin/videos.html")
# ── Admin API proxies (same-origin for browser JS, avoids mixed-content) ──
@app.get("/api/admin/videos")