{% extends 'base.html' %} {% block title %}Associer serveurs — {{ app.nom_court }}{% endblock %} {% block content %}
← Applications

Associer serveurs à : {{ app.nom_court }}

Sélectionner des serveurs et les lier à cette application. Push iTop automatique.

Reset {{ total }} serveurs
{% for s in servers %} {% endfor %} {% if not servers %} {% endif %}
Hostname OS Domaine Env App actuelle
{{ s.hostname }} {{ s.os_family or '-' }} {{ s.domain_name or '-' }} {{ s.env_name or '-' }} {% if s.application_id == app.id %} ✓ déjà lié {% elif s.application_name %} {{ s.application_name }} {% else %} {% endif %}
Aucun serveur
{% if total_pages > 1 %}
{% for p in range(1, total_pages + 1) %} {{ p }} {% endfor %}
{% endif %} {% endblock %}