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