{% extends "pobsync_backend/base.html" %}
{% block title %}Run {{ run.id }} | {{ run.host.host }}{% endblock %}
{% block content %}
Auto-refresh is on while this run is active.Run {{ run.id }}
Live Updates
Bandwidth limit: {% if rsync_bwlimit_kbps %}{{ rsync_bwlimit_kbps }} KB/s{% else %}unlimited{% endif %}
{% if rsync_command %}{% for part in rsync_command %}{{ part }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% else %}
No rsync command recorded yet.
{% endif %}{{ result_json }}