Skip to content

Commit 377543c

Browse files
arthansonjeremystretch
authored andcommitted
16402 remove links from script result table
1 parent a8827c8 commit 377543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/extras/htmx/script_result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h5 class="card-header">{% trans "Test Summary" %}</h5>
2424
<table class="table table-hover">
2525
{% for test, data in tests.items %}
2626
<tr>
27-
<td class="font-monospace"><a href="#{{ test }}">{{ test }}</a></td>
27+
<td class="font-monospace">{{ test }}</td>
2828
<td class="text-end report-stats">
2929
<span class="badge text-bg-success">{{ data.success }}</span>
3030
<span class="badge text-bg-info">{{ data.info }}</span>

0 commit comments

Comments
 (0)