1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Feature: Use /icestats/modules/module even if it's just within an report XML extention

This commit is contained in:
Philipp Schafft 2018-08-08 13:26:41 +00:00
parent d0efb73a7b
commit d711ea15bd

View File

@ -14,7 +14,7 @@
<ul>
<li class="on"><a href="/admin/stats.xsl">Administration</a></li>
<li><a href="/admin/listmounts.xsl">Mountpoint list</a></li>
<xsl:for-each select="/icestats/modules/module">
<xsl:for-each select="(/report/extension | /)/icestats/modules/module">
<xsl:if test="@management-url and @management-title">
<li><a href="{@management-url}"><xsl:value-of select="@management-title" /></a></li>
</xsl:if>