{% extends "base.html" %} {% block title %}QuickWin{% endblock %} {% block content %}

QuickWin

Campagnes patching rapide — exclusions par serveur — hors-prod d'abord — pas de reboot nécessaire

{% if can_create %} Config exclusions {% endif %}
{% if msg %}
{% if msg == 'deleted' %}Campagne supprimée{% elif msg == 'error' %}Erreur création{% elif msg == 'no_servers' %}Aucun serveur configuré{% else %}{{ msg }}{% endif %}
{% endif %}
{{ runs|length }}
Campagnes
{{ config_count }}
Serveurs configurés
S{{ current_week }}
Semaine courante
{{ current_year }}
Année

CAMPAGNES QUICKWIN

{{ runs|length }} campagne(s)
{% for r in runs %} {% endfor %} {% if not runs %} {% endif %}
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
{% endblock %}