Tweak the admin
This commit is contained in:
parent
5811583163
commit
686d614386
2 changed files with 27 additions and 0 deletions
1
app.py
1
app.py
|
@ -1303,6 +1303,7 @@ def admin():
|
|||
def admin_tasks():
|
||||
return render_template(
|
||||
"admin_tasks.html",
|
||||
success=p.get_success(),
|
||||
dead=p.get_dead(),
|
||||
waiting=p.get_waiting(),
|
||||
cron=p.get_cron(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue