{% extends "machines/sidebar.html" %} {% load bootstrap3 %} {% block title %}Configuration de ports{% endblock %} {% block content %}
Nom | TCP (entrée) | TCP (sortie) | UDP (entrée) | UDP (sortie) | |
---|---|---|---|---|---|
{{pl.name}} | {% for p in pl.tcp_ports_in %}{{p.show_port}}, {%endfor%} | {% for p in pl.tcp_ports_out %}{{p.show_port}}, {%endfor%} | {% for p in pl.udp_ports_in %}{{p.show_port}}, {%endfor%} | {% for p in pl.udp_ports_out %}{{p.show_port}}, {%endfor%} | {% include 'buttons/suppr.html' with href='machines:del-portlist' id=pl.id %} {% include 'buttons/edit.html' with href='machines:edit-portlist' id=pl.id %} |