1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#11558: Fix URL display under data source view

This commit is contained in:
jeremystretch
2023-02-02 12:46:49 -05:00
parent d8784d4155
commit 0be633d624

View File

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