Formatierung angepasst
This commit is contained in:
parent
fa1eccb805
commit
4fa554ed57
1 changed files with 32 additions and 31 deletions
|
|
@ -218,13 +218,13 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>Script</th>
|
<th>Script</th>
|
||||||
<th>Cron</th>
|
<th>Cron</th>
|
||||||
<th>Aktion</th>
|
<th style="text-align:right;">Aktion</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>balance.py</td>
|
<td>balance.py</td>
|
||||||
<td>{{ cron_jobs.balance }}</td>
|
<td>{{ cron_jobs.balance }}</td>
|
||||||
<td>
|
<td style="text-align:right;">
|
||||||
<a href="/maintenance/run/balance">
|
<a href="/maintenance/run/balance">
|
||||||
<button>Jetzt ausführen</button>
|
<button>Jetzt ausführen</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>transactions.py</td>
|
<td>transactions.py</td>
|
||||||
<td>{{ cron_jobs.transactions }}</td>
|
<td>{{ cron_jobs.transactions }}</td>
|
||||||
<td>
|
<td style="text-align:right;">
|
||||||
<a href="/maintenance/run/transactions">
|
<a href="/maintenance/run/transactions">
|
||||||
<button>Jetzt ausführen</button>
|
<button>Jetzt ausführen</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -244,13 +244,14 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>categorize_transactions.py</td>
|
<td>categorize_transactions.py</td>
|
||||||
<td>{{ cron_jobs.categorize }}</td>
|
<td>{{ cron_jobs.categorize }}</td>
|
||||||
<td>
|
<td style="text-align:right;">
|
||||||
<a href="/maintenance/run/categorize">
|
<a href="/maintenance/run/categorize">
|
||||||
<button>Jetzt ausführen</button>
|
<button>Jetzt ausführen</button>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue