change 'hosts' to 'group'
This commit is contained in:
parent
87cedd0bce
commit
3f662bafcc
@ -69,7 +69,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<xsl:apply-templates select="hosts"/>
|
<xsl:apply-templates select="group"/>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
$('.ui.dropdown').dropdown()
|
$('.ui.dropdown').dropdown()
|
||||||
@ -78,7 +78,7 @@
|
|||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="hosts">
|
<xsl:template match="group">
|
||||||
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
||||||
<div class="ui doubling stackable four column compact grid">
|
<div class="ui doubling stackable four column compact grid">
|
||||||
<xsl:apply-templates select="host"/>
|
<xsl:apply-templates select="host"/>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<xsl:text>---
|
<xsl:text>---
|
||||||
site: Nom du site
|
site: Nom du site
|
||||||
|
|
||||||
hosts:
|
group:
|
||||||
- name: Réseau </xsl:text><xsl:value-of select="$network"/><xsl:text>
|
- name: Réseau </xsl:text><xsl:value-of select="$network"/><xsl:text>
|
||||||
host:
|
host:
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user