Release 1.5.13
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
<div id="background-tasks-state" data-state-version="{{stateVersion}}" hidden></div>
|
||||
|
||||
<div class="page-header">
|
||||
<div>
|
||||
<h2>Scheduled tasks</h2>
|
||||
@@ -21,12 +19,12 @@
|
||||
<table class="table table-striped w-100 mb-0 align-middle" data-table-searchable>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Task</th>
|
||||
<th>Interval</th>
|
||||
<th>Next run</th>
|
||||
<th>Last run</th>
|
||||
<th>Last result</th>
|
||||
<th>Source</th>
|
||||
<th data-table-sort-key="task">Task</th>
|
||||
<th data-table-sort-key="interval">Interval</th>
|
||||
<th data-table-sort-key="next_run">Next run</th>
|
||||
<th data-table-sort-key="last_run">Last run</th>
|
||||
<th data-table-sort-key="last_result">Last result</th>
|
||||
<th data-table-sort-key="source">Source</th>
|
||||
{{#if canManage}}<th>Actions</th>{{/if}}
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -68,7 +66,7 @@
|
||||
{{#if ../canManage}}
|
||||
<td data-label="Actions">
|
||||
<div class="d-flex flex-wrap gap-2">
|
||||
<form method="post" action="/settings/background-tasks/recurring/{{key}}/run">
|
||||
<form method="post" action="/settings/tasks-scheduled/recurring/{{key}}/run">
|
||||
<button type="submit" class="btn btn-outline-primary btn-sm">Run now</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user