diff --git a/static/style.css b/static/style.css index ff7256f..002b30a 100644 --- a/static/style.css +++ b/static/style.css @@ -431,4 +431,18 @@ text-decoration: underline; .automation-card { grid-column: 1 / -1; } -# \ No newline at end of file +.action-column { + text-align: right; +} +.automation-table { + width: 100%; +} + +.automation-table .action-column { + text-align: right; + width: 220px; +} +.automation-table .action-column { + text-align: right; + width: 180px; +} \ No newline at end of file diff --git a/templates/maintenance.html b/templates/maintenance.html index d897cce..8cdc943 100644 --- a/templates/maintenance.html +++ b/templates/maintenance.html @@ -213,44 +213,43 @@
| Script | -Cron | -Aktion | -Script | +Cron | +Aktion | + -
|---|---|---|
| balance.py | -{{ cron_jobs.balance }} | -- - - - | -
| balance.py | +{{ cron_jobs.balance }} | ++ + + + | +
| transactions.py | -{{ cron_jobs.transactions }} | -- - - - | -
| categorize_transactions.py | -{{ cron_jobs.categorize }} | -- - - - | -
| transactions.py | +{{ cron_jobs.transactions }} | ++ + + + | +
| categorize_transactions.py | +{{ cron_jobs.categorize }} | ++ + + + | +