Refresh queue regularly
This commit is contained in:
parent
ad5da60b5a
commit
6af47b8c30
3 changed files with 23 additions and 9 deletions
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
{% block title %}queue ({{ table.tasks.len() }}){% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Queue ({{ table.tasks.len() }})</h2>
|
||||
{{ table|safe }}
|
||||
{% block head %}
|
||||
<script type="module" src="main.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Queue (<span id="count">{{ table.tasks.len() }}</span>)</h2>
|
||||
<div id="queue">{{ table|safe }}</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue