{% extends "base.html" %} {% block title %}Fédération{% endblock %} {% block content %}
| Job | Type | Dernière exéc. | Statut | Taille | Actions |
|---|---|---|---|---|---|
| {{ row.name }} | {{ row.type }} | {% if row.last_run_at %}{{ row.last_run_at.strftime('%d/%m/%Y %H:%M') }} {% else %}Jamais{% endif %} | {% if row.last_status == 'success' %} ✓ succès {% elif row.last_status == 'error' %} ✗ erreur {% elif row.last_status == 'running' %} ⟳ en cours {% else %} — {% endif %} | {% if row.last_size_human is defined %}{{ row.last_size_human }} {% elif row.size_human is defined %}{{ row.size_human }} {% else %}—{% endif %} |
{% if inst_id and row.job_id %}
{% elif not inst_id and row.job_id %}
{% endif %}
{% if inst_id and row.job_id %}
{% endif %}
|
Aucune instance distante enregistrée.
Ajouter une instance →Aucune instance distante configurée.
Ajoutez une instance pour voir son état et déclencher des sauvegardes à distance.
Ajouter une première instance →{{ inst.url_display }}
{% if inst.remote_runs %}Jobs ({{ inst.remote_runs | length }})
{{ rr.job_name }}
{{ rr.job_type }}
{% if rr.last_run_at %}{{ rr.last_status }} — {{ rr.last_run_at.strftime('%d/%m %H:%M') }}
{% else %}jamais exécuté
{% endif %} {% if rr.last_size_bytes %}{{ rr.last_size_human }}
{% endif %}