first-pass of popups for job creation for more than just move files, and fix BUG-112 (after move highlighting is broken)

This commit is contained in:
2023-01-04 12:26:25 +11:00
parent 7e115902fc
commit c3971eb495
7 changed files with 21 additions and 12 deletions

2
job.py
View File

@@ -197,7 +197,7 @@ def joblog(id):
@login_required
def wakeup():
WakePAJobManager()
return render_template("base.html")
return redirect("/")
################################################################################
@app.route("/stale_job/<id>", methods=["POST"])