This commit is contained in:
2025-02-04 03:18:53 +01:00
parent ae0abc39cf
commit efed32d11d
5 changed files with 145 additions and 142 deletions

View File

@ -5,6 +5,7 @@
version="1.1">
<xsl:import href="head.xsl" />
<xsl:import href="nav.xsl" />
<xsl:import href="services.xsl" />
<xsl:import href="toast.xsl" />
@ -153,7 +154,7 @@ $('.ui.dropdown').dropdown()
</td>
<td>
<a class="ui mini icon teal icon button" target="_blank">
<xsl:attribute name="href">scan.php?host=<xsl:value-of select="$hostAddress" /></xsl:attribute>
<xsl:attribute name="href">?host=<xsl:value-of select="$hostAddress" /></xsl:attribute>
<i class="search plus icon"></i>
</a>
</td>