{% extends "base.html" %} {% block title %}QuickWin{% endblock %} {% block content %}
Campagnes patching rapide — exclusions par serveur — hors-prod d'abord — pas de reboot nécessaire
| ID | Semaine | Label | Statut | Créé par | Serveurs | H-Prod | Prod | Patchés | KO | Date | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| #{{ r.id }} | S{{ '%02d'|format(r.week_number) }} {{ r.year }} | {{ r.label }} | {% if r.status == 'draft' %}Brouillon {% elif r.status == 'hprod_in_progress' %}H-Prod en cours {% elif r.status == 'hprod_done' %}H-Prod terminé {% elif r.status == 'prod_in_progress' %}Prod en cours {% elif r.status == 'completed' %}Terminé {% elif r.status == 'cancelled' %}Annulé {% endif %} | {{ r.created_by_name or '?' }} | {{ r.total_entries }} | {{ r.hprod_count }} | {{ r.prod_count }} | {{ r.patched_count }} | {{ r.failed_count }} | {{ r.created_at.strftime('%d/%m %H:%M') if r.created_at else '' }} | Voir |
| Aucune campagne QuickWin | |||||||||||