{% extends "base.html" %} {% block title %}Correspondance QuickWin #{{ run.id }}{% endblock %} {% macro qs(pg=page) -%} ?page={{ pg }}&per_page={{ per_page }}&search={{ filters.search or '' }}&pair_filter={{ filters.pair_filter or '' }}&domain_filter={{ filters.domain_filter or '' }}&env_filter={{ filters.env_filter or '' }} {%- endmacro %} {% block content %}
{{ run.label }} — Appariement des serveurs hors-production avec leur homologue production
| Serveur H-Prod | Domaine | Env | Candidat auto | Statut | Serveur Prod apparié | Domaine Prod | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ p.hprod_hostname }} | {{ p.hprod_domaine }} | {% if p.is_anomaly %}{{ p.hprod_env or '?' }} {% else %}{{ p.hprod_env }}{% endif %} | {{ p.candidate }} | {% if p.is_matched %}OK {% elif p.is_anomaly %}! {% else %}--{% endif %} | {% if p.is_matched %} {{ p.prod_hostname }} {% else %} {% endif %} | {% if p.is_matched %}{{ p.prod_domaine }}{% endif %} | {% if p.is_matched %} {% else %} {% endif %} | |
| Aucun résultat{% if filters.search or filters.pair_filter %} pour ces filtres{% endif %} | ||||||||