List runners in queue
This commit is contained in:
parent
c3c597897c
commit
f3d646c8d5
10 changed files with 243 additions and 61 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}queue ({{ table.tasks.len() }}){% endblock %}
|
||||
{% block title %}queue ({{ inner.tasks.len() }}){% endblock %}
|
||||
|
||||
{% 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>
|
||||
<div id="inner">{{ inner|safe }}</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue