{% extends "pobsync_backend/base.html" %}
{% block title %}Run {{ run.id }} | {{ run.host.host }}{% endblock %}
{% block content %}
Cancelling a queued run stops it immediately. Cancelling a running run asks the worker to stop
and records the cancellation request on this run.
Mark this run as reviewed after you have checked the failure or warning and no longer need it in the action queue.Run {{ run.id }}
Run Control
Failure
Review Required
Review
Dry Run Summary
{% for warning in dry_run_summary.warnings %}
{% else %}
{% for part in rsync_command %}{{ part }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% else %}
No rsync command recorded yet.
{% endif %}{% for line in rsync_log_tail %}{{ line }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% else %}
No recent rsync log output recorded yet.
{% endif %}{{ result_json }}