Port queue page
This commit is contained in:
parent
123c27e5a2
commit
2b6c339c70
7 changed files with 44 additions and 19 deletions
11
templates/pages/queue.html
Normal file
11
templates/pages/queue.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}queue ({{ inner.tasks.len() }}){% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script type="module" src="{{ link_queue_js }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div id="inner">{{ inner|safe }}</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue