summaryrefslogtreecommitdiffstats
path: root/templates/admin/cron.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/cron.tmpl')
-rw-r--r--templates/admin/cron.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/cron.tmpl b/templates/admin/cron.tmpl
index c154619435..354cd18ed5 100644
--- a/templates/admin/cron.tmpl
+++ b/templates/admin/cron.tmpl
@@ -20,7 +20,7 @@
<tbody>
{{range .Entries}}
<tr>
- <td><button type="submit" class="ui green button" name="op" value="{{.Name}}" title="{{$.locale.Tr "admin.dashboard.operation_run"}}">{{svg "octicon-triangle-right"}}</button></td>
+ <td><button type="submit" class="ui primary button" name="op" value="{{.Name}}" title="{{$.locale.Tr "admin.dashboard.operation_run"}}">{{svg "octicon-triangle-right"}}</button></td>
<td>{{$.locale.Tr (printf "admin.dashboard.%s" .Name)}}</td>
<td>{{.Spec}}</td>
<td>{{DateTime "full" .Next}}</td>