Просмотр исходного кода

#11558: Fix URL display under data source view

jeremystretch 3 лет назад
Родитель
Сommit
0be633d624
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/templates/core/datasource.html

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

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