mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Feature: Added Details link in mount navigation
This commit is contained in:
parent
70090e1f18
commit
242f69f150
@ -4,6 +4,7 @@
|
||||
<xsl:param name="mount" select="@mount"/>
|
||||
<div class="nav">
|
||||
<ul>
|
||||
<li><a href="stats.xsl?mount={$mount}">Details</a></li>
|
||||
<li><a href="listclients.xsl?mount={$mount}">Clients</a></li>
|
||||
<li><a href="moveclients.xsl?mount={$mount}">Move listeners</a></li>
|
||||
<li><a href="updatemetadata.xsl?mount={$mount}">Metadata</a></li>
|
||||
@ -11,4 +12,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in New Issue
Block a user