Update send console workflow and redesign dashboard UI

This commit is contained in:
Rixuan Shao
2026-05-18 22:24:04 +08:00
parent 9e3cc85215
commit 0397ec60e9
7 changed files with 1992 additions and 1340 deletions
+2 -2
View File
@@ -575,9 +575,9 @@ def create_app():
pid = run_task_now()
if pid == -1:
flash(request, "Failed to start failed-target retry run. Check server logs for details.", "error")
flash(request, "Failed to start the full resend run. Check server logs for details.", "error")
else:
flash(request, f"Triggered a failed-target retry run in the background (pid {pid}).", "success")
flash(request, f"Triggered a full resend run in the background (pid {pid}).", "success")
return redirect("/")
@app.post("/ops/proxy/refresh")