2
0
Эх сурвалжийг харах

#11558: Fix URL display under data source view

jeremystretch 3 жил өмнө
parent
commit
0be633d624

+ 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>