[xiph-commits] r19113 - icecast/trunk/icecast/web
dm8tbr at svn.xiph.org
dm8tbr at svn.xiph.org
Sun Mar 9 07:40:57 PDT 2014
Author: dm8tbr
Date: 2014-03-09 07:40:57 -0700 (Sun, 09 Mar 2014)
New Revision: 19113
Modified:
icecast/trunk/icecast/web/status-json.xsl
Log:
Also hide max_listeners by default.
Modified: icecast/trunk/icecast/web/status-json.xsl
===================================================================
--- icecast/trunk/icecast/web/status-json.xsl 2014-03-09 13:02:35 UTC (rev 19112)
+++ icecast/trunk/icecast/web/status-json.xsl 2014-03-09 14:40:57 UTC (rev 19113)
@@ -7,9 +7,10 @@
<xsl:variable name="output">true</xsl:variable>
<!-- hide certain nodes from all sources -->
+<xsl:template match="icestats/source/max_listeners" />
+<xsl:template match="icestats/source/public" />
<xsl:template match="icestats/source/source_ip" />
<xsl:template match="icestats/source/slow_listeners" />
-<xsl:template match="icestats/source/public" />
<xsl:template match="icestats/source/*[contains(name(), 'total_bytes')]" />
<xsl:template match="icestats/source/user_agent" >
<!-- user_agent is most of the time the last node in a mount,
More information about the commits
mailing list