mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:29:59 -04:00
[v9_9] change text when no graph visible
This commit is contained in:
parent
2fee153667
commit
8a442959c0
1 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@
|
|||
<h2>Incoming Requests</h2>
|
||||
<xsl:if test="system-property('xsl:vendor')!='Transformiix'">
|
||||
<!-- Non Mozilla specific markup -->
|
||||
<div class="pie" id="chart_incoming_requests">[graph of incoming requests]</div>
|
||||
<div class="pie" id="chart_incoming_requests">[no incoming requests]</div>
|
||||
</xsl:if>
|
||||
<table class="counters">
|
||||
<xsl:for-each select="server/counters[@type="opcode"]/counter">
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
<h3>Incoming Queries by Type</h3>
|
||||
<xsl:if test="system-property('xsl:vendor')!='Transformiix'">
|
||||
<!-- Non Mozilla specific markup -->
|
||||
<div class="pie" id="chart_incoming_qtypes">[graph of incoming qtypes]</div>
|
||||
<div class="pie" id="chart_incoming_qtypes">[no incoming queries]</div>
|
||||
</xsl:if>
|
||||
<table class="counters">
|
||||
<xsl:for-each select="server/counters[@type="qtype"]/counter">
|
||||
|
|
|
|||
Loading…
Reference in a new issue