mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix how the jobs are sent to the front
This commit is contained in:
parent
3a0727b5cd
commit
844b06e286
1 changed files with 1 additions and 1 deletions
|
|
@ -1380,7 +1380,7 @@ def logs_container(container_id):
|
|||
def jobs():
|
||||
return render_template(
|
||||
"jobs.html",
|
||||
jobs=[dumps(job) for job in db.get_jobs()],
|
||||
jobs=dumps(db.get_jobs()),
|
||||
dark_mode=app.config["DARK_MODE"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue