16402 remove links from script result table

This commit is contained in:
Arthur Hanson 2024-07-12 15:00:11 +07:00 committed by Jeremy Stretch
parent a8827c8472
commit 377543cd9c

View File

@ -24,7 +24,7 @@
<table class="table table-hover"> <table class="table table-hover">
{% for test, data in tests.items %} {% for test, data in tests.items %}
<tr> <tr>
<td class="font-monospace"><a href="#{{ test }}">{{ test }}</a></td> <td class="font-monospace">{{ test }}</td>
<td class="text-end report-stats"> <td class="text-end report-stats">
<span class="badge text-bg-success">{{ data.success }}</span> <span class="badge text-bg-success">{{ data.success }}</span>
<span class="badge text-bg-info">{{ data.info }}</span> <span class="badge text-bg-info">{{ data.info }}</span>