{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block content %}
| Nom | Endpoint | Datacenter | Description | Responsable | Actif | {% if editable.vsphere %}Action | {% endif %}
|---|---|---|---|---|---|---|
| {{ vc.name }} | {{ vc.endpoint }} | {{ vc.datacenter or '-' }} | {{ vc.description or '-' }} | {{ vc.responsable or '-' }} | {{ 'Oui' if vc.is_active else 'Non' }} | {% if editable.vsphere %}{% if vc.is_active %} {% endif %} | {% endif %}
| CIDR | Description | Actif | {% if editable.security %}Actions | {% endif %}
|---|---|---|---|
| {{ n.cidr }} | {{ n.description or '-' }} | {{ 'Oui' if n.is_active else 'Non' }} | {% if editable.security %}
|
{% endif %}
Le fichier /etc/nginx/patchcenter_acl.conf est régénéré automatiquement à chaque modification. Nginx est rechargé.