Remove first APScheduler tests.

This commit is contained in:
Patrick Jentsch
2019-07-11 15:22:33 +02:00
parent 0266886874
commit c5422638a6
6 changed files with 2 additions and 80 deletions

View File

@ -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 %}