Przeglądaj źródła

#11558: Fix URL display under data source view

jeremystretch 3 lat temu
rodzic
commit
0be633d624
1 zmienionych plików z 1 dodań i 1 usunięć
  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>