mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-02 09:32:26 +00:00
e8b55e5b55
Modification d'un port
11 lines
247 B
HTML
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 %}
|