Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
b914a4a9
Commit
b914a4a9
authored
Jan 16, 2015
by
Thomas B. Rücker
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide listener information by default.
parent
616de4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
web/status-json.xsl
web/status-json.xsl
+1
-0
No files found.
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
Markdown
is supported
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