1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-09-20 22:14:43 +02:00
bird-lg/templates/traceroute.html
2012-01-22 23:06:52 +01:00

8 lines
246 B
HTML

{% extends "layout.html" %}
{% block body %}
{% for host in infos %}
<h2 id="traceroute_cmd_{{host}}">{{host}}/{{session.proto}}: traceroute {{session.request_args}}</h3>
<div class="detail">{{infos[host]|safe}}</div>
{% endfor %}
{% endblock %}