Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
b914a4a9
Commit
b914a4a9
authored
Jan 16, 2015
by
Thomas B. Rücker
😊
Browse files
Hide listener information by default.
parent
616de4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/status-json.xsl
View file @
b914a4a9
...
...
@@ -13,6 +13,7 @@
<xsl:template
match=
"icestats/source/slow_listeners"
><xsl:if
test=
"not(following-sibling::*)"
>
"dummy":null}
</xsl:if></xsl:template>
<xsl:template
match=
"icestats/source/*[contains(name(), 'total_bytes')]"
><xsl:if
test=
"not(following-sibling::*)"
>
"dummy":null}
</xsl:if></xsl:template>
<xsl:template
match=
"icestats/source/user_agent"
><xsl:if
test=
"not(following-sibling::*)"
>
"dummy":null}
</xsl:if></xsl:template>
<xsl:template
match=
"icestats/source/listener"
><xsl:if
test=
"not(following-sibling::*)"
>
"dummy":null}
</xsl:if></xsl:template>
<!-- hide certain global nodes -->
<xsl:template
match=
"icestats/sources"
><xsl:if
test=
"not(following-sibling::*)"
>
"dummy":null}
</xsl:if></xsl:template>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment