Skip to content

Commit

Permalink
#11558: Fix URL display under data source view
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Feb 20, 2023
1 parent ea5c337 commit bd4774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/core/datasource.html
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-header">Data Source</h5>
<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>
Expand Down

0 comments on commit bd4774a

Please sign in to comment.