]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] change text when no graph visible
authorEvan Hunt <each@isc.org>
Thu, 28 Feb 2013 19:04:02 +0000 (11:04 -0800)
committerEvan Hunt <each@isc.org>
Thu, 28 Feb 2013 19:04:02 +0000 (11:04 -0800)
bin/named/bind9.ver3.xsl

index fe5b6455feda264f402f136f0f4c365427e07896..22e5c45fbef4c6d665099a558ff145ad7b80b474 100644 (file)
         <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=&quot;opcode&quot;]/counter">
         <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=&quot;qtype&quot;]/counter">