| Run | +Host | +Status | +Type | +Created | +Started | +Ended | +Snapshot | +Review | +
|---|---|---|---|---|---|---|---|---|
| Run {{ run.id }} | +{{ run.host.host }} | +{{ run.status }} | +{{ run.run_type }} | +{{ run.created_at }} | +{{ run.started_at|default:"" }} | +{{ run.ended_at|default:"" }} | ++ {% if run.snapshot %} + {{ run.snapshot.dirname }} + {% elif run.snapshot_path %} + {{ run.snapshot_path }} + {% else %} + none + {% endif %} + | +{% if run.reviewed_at %}reviewed{% elif run.status == "failed" or run.status == "warning" %}needed{% else %}none{% endif %} | +
| No runs matched the current filter. | ||||||||
Showing up to 200 of {{ total_count }} schedule{{ total_count|pluralize }}. Times use {{ scheduler_timezone }}.
+| Host | +Expression | +Enabled | +Next Run | +Prune | +Last Status | +Last Started | +Last Finished | +Actions | +
|---|---|---|---|---|---|---|---|---|
| {{ schedule.host.host }} | +{{ schedule.cron_expr }} |
+ {{ schedule.enabled|yesno:"enabled,disabled" }} | ++ {% if row.next_run_at %} + {{ row.next_run_at|date:"Y-m-d H:i T" }} + {% else %} + none + {% endif %} + | +
+ {{ schedule.prune|yesno:"enabled,disabled" }}
+ {% if schedule.prune %}
+ max {{ schedule.prune_max_delete }}{% if schedule.prune_protect_bases %}, protects bases{% endif %}
+ {% endif %}
+ |
+ {% if schedule.last_status %}{{ schedule.last_status }}{% else %}none{% endif %} | +{{ schedule.last_started_at|default:"" }} | +{{ schedule.last_finished_at|default:"" }} | +Edit | +
| No schedules matched the current filter. | ||||||||
Showing up to 200 of {{ total_count }} snapshot{{ total_count|pluralize }}.
+| Snapshot | +Host | +Kind | +Status | +Started | +Ended | +Base | +Path | +
|---|---|---|---|---|---|---|---|
| {{ snapshot.dirname }} | +{{ snapshot.host.host }} | +{{ snapshot.kind }} | +{% if snapshot.status %}{{ snapshot.status }}{% else %}unknown{% endif %} | +{{ snapshot.started_at|default:"" }} | +{{ snapshot.ended_at|default:"" }} | ++ {% if snapshot.base %} + {{ snapshot.base.dirname }} + {% elif snapshot.base_dirname %} + {{ snapshot.base_dirname }} + {% else %} + none + {% endif %} + | +{{ snapshot.path }} | +
| No snapshots matched the current filter. | |||||||