mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Remove first APScheduler tests.
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">All jobs</span>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>creator</th>
|
||||
<th>files</th>
|
||||
<th>service</th>
|
||||
<th>service_args</th>
|
||||
<th>status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user