mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
16402 remove links from script result table
This commit is contained in:
parent
4fa396716e
commit
e1965fc983
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user