Explorar o código

#11558: Fix URL display under data source view

jeremystretch %!s(int64=3) %!d(string=hai) anos
pai
achega
0be633d624
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/templates/core/datasource.html

+ 1 - 1
netbox/templates/core/datasource.html

@@ -55,7 +55,7 @@
             <tr>
               <th scope="row">URL</th>
               <td>
-                <a href="{{ object.url }}">{{ object.url }}</a>
+                <a href="{{ object.source_url }}">{{ object.source_url }}</a>
               </td>
             </tr>
             <tr>