File diff 2ce3da675de6 → df07ff9dfd85
conntrackt/templates/conntrackt/entity_detail.html
Show inline comments
 
@@ -11,7 +11,7 @@
 
<h1>{{entity.name}}</h1>
 
<dl>
 
  <dt>Project</dt><dd>{% html_link project.name 'project'  project.id  %}</dd>
 
  <dt>Location</dt><dd>{% html_link location.name 'location' location.id %}</dd>
 
  <dt>Location</dt><dd>{{location.name}}</dd>
 
  <dt>Incoming communications</dt><dd><ul class="unstyled">{% for interface in entity.interface_set.all %}
 
    {% for communication in interface.destination_set.all %}
 
    <li>{{communication.source}} - {{communication.protocol}}: {{communication.port}}</li>