mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
No longer dump the jobs to the front
This commit is contained in:
parent
719d779e01
commit
7fb61b5ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -1382,7 +1382,7 @@ def logs_container(container_id):
|
|||
def jobs():
|
||||
return render_template(
|
||||
"jobs.html",
|
||||
jobs=dumps(db.get_jobs()),
|
||||
jobs=db.get_jobs(),
|
||||
dark_mode=app.config["DARK_MODE"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue