Compare commits

...

2 Commits

Author SHA1 Message Date
9df3ae155a Merge branch 'master' of https://git.malingrey.fr/adrien/lanScan2 2023-05-16 09:47:55 +02:00
3775302fd1 five columns 2023-05-16 09:47:33 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<xsl:template match="group">
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
<div class="ui doubling stackable four column compact grid">
<div class="ui doubling stackable five column compact grid">
<xsl:apply-templates select="host"/>
</div>
</xsl:template>

View File

@ -16,6 +16,7 @@ group:
host:
</xsl:text>
<xsl:apply-templates select="host"/>
<xsl:text>...</xsl:text>
</xsl:template>
<xsl:template match="host">