{% extends "base.html" %} {% block title %}Vue réseau{% 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 →