mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
#11558: Fix URL display under data source view
This commit is contained in:
parent
d8784d4155
commit
0be633d624
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user