瀏覽代碼

#11558: Fix URL display under data source view

jeremystretch 3 年之前
父節點
當前提交
0be633d624
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>