mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Feature: Support linking directly to the mount section for a single-mount stats page
This commit is contained in:
parent
47dd475f12
commit
23f47e1187
@ -4,7 +4,7 @@
|
||||
<xsl:param name="mount" select="@mount"/>
|
||||
<div class="mountnav">
|
||||
<ul class="boxnav">
|
||||
<li><a href="stats.xsl?mount={$mount}">Details</a></li>
|
||||
<li><a href="stats.xsl?mount={$mount}#mount-1">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>
|
||||
|
@ -77,7 +77,7 @@
|
||||
<!-- Mount stats -->
|
||||
<xsl:if test="$param-showall or $param-has-mount">
|
||||
<xsl:for-each select="source">
|
||||
<section class="box">
|
||||
<section class="box" id="mount-{position()}">
|
||||
<h3 class="box_title">Mountpoint <code><xsl:value-of select="@mount" /></code></h3>
|
||||
<!-- Mount nav -->
|
||||
<xsl:call-template name="mountnav" />
|
||||
|
Loading…
Reference in New Issue
Block a user