8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-17 03:33:07 +00:00
re2o/topologie/templates/topologie/index_p.html
Dalahro 880503971b Affichage de la topologie
Modification d'un port
2016-07-06 21:50:15 +02:00

11 lines
247 B
HTML

{% extends "topologie/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Ports du switch{% endblock %}
{% block content %}
{% include "topologie/aff_port.html" with port_list=port_list %}
<br />
<br />
<br />
{% endblock %}