Explorar el Código

Link to cable termination objects

Jeremy Stretch hace 5 años
padre
commit
40c416618a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      netbox/templates/dcim/inc/cable_termination.html

+ 3 - 1
netbox/templates/dcim/inc/cable_termination.html

@@ -16,7 +16,9 @@
         </tr>
         <tr>
             <td>Component</td>
-            <td>{{ termination }}</td>
+            <td>
+                <a href="{{ termination.get_absolute_url }}">{{ termination }}</a>
+            </td>
         </tr>
     {% else %}
         {# Circuit termination #}