CronEDIT
This commit is contained in:
parent
0f55bc9cee
commit
5d2b45f8b8
2 changed files with 103 additions and 1 deletions
|
|
@ -208,6 +208,51 @@
|
|||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div class="card">
|
||||
|
||||
<h2>Automatisierung</h2>
|
||||
|
||||
<table class="category-table">
|
||||
|
||||
<tr>
|
||||
<th>Script</th>
|
||||
<th>Cron</th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>balance.py</td>
|
||||
<td>{{ cron_jobs.balance }}</td>
|
||||
<td>
|
||||
<a href="/maintenance/run/balance">
|
||||
<button>Jetzt ausführen</button>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>transactions.py</td>
|
||||
<td>{{ cron_jobs.transactions }}</td>
|
||||
<td>
|
||||
<a href="/maintenance/run/transactions">
|
||||
<button>Jetzt ausführen</button>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>categorize_transactions.py</td>
|
||||
<td>{{ cron_jobs.categorize }}</td>
|
||||
<td>
|
||||
<a href="/maintenance/run/categorize">
|
||||
<button>Jetzt ausführen</button>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue