Browse Source

16402 remove links from script result table

Arthur Hanson 1 year ago
parent
commit
eb74393070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/extras/htmx/script_result.html

+ 1 - 1
netbox/templates/extras/htmx/script_result.html

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