{% extends "base.html" %} {% block title %}Équipements{% endblock %} {% block content %}
| ID | Hostname | Type | Adresse IP | Latence | État | Interfaces | Actions |
|---|---|---|---|---|---|---|---|
| {{ eq.id }} | {{ eq.hostname }} | {{ eq.type }} | {{ eq.ip_address }} | {{ eq.latency if eq.latency is not none else '-' }} ms | {% if eq.is_active %} Actif {% else %} Inactif {% endif %} |
{% if eq.interfaces %}
|
Aucun équipement enregistré.
{% endif %}