From: Mark Andrews Date: Tue, 25 Mar 2014 04:56:40 +0000 (+1100) Subject: 3792. [func] Provide links to the alternate statistics views when X-Git-Tag: v9.10.0rc1~43 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c73a7e127fd3d2b2d3257f67d7a0b94441797f3a;p=thirdparty%2Fbind9.git 3792. [func] Provide links to the alternate statistics views when displaying in a browser. [RT #35605] Squashed commit of the following: commit 7ac73b584aa6e026a1deb124257d3a2ed1fc64cc Author: Evan Hunt Date: Mon Mar 24 21:47:28 2014 -0700 [rt35605] tweak commit b18bccc570803293f819c04f324f91b446a67756 Author: Mark Andrews Date: Tue Mar 25 14:20:07 2014 +1100 provide links to alternate statistic views --- diff --git a/CHANGES b/CHANGES index a82ce3ce27c..c2cf25afe83 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3792. [func] Provide links to the alternate statistics views when + displaying in a browser. [RT #35605] + 3791. [placeholder] 3790. [bug] Handle broken nameservers that send BADVERS in diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index b76d1acf619..8e92d9997b2 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -271,6 +271,13 @@

ISC Bind 9 Configuration and Statistics

+

Alternate statistics views: All, + Status, + Server, + Zones, + Network, + Tasks and + Memory


Server Status

diff --git a/bin/named/bind9.xsl.h b/bin/named/bind9.xsl.h index 602c78e975f..9d384e7ec63 100644 --- a/bin/named/bind9.xsl.h +++ b/bin/named/bind9.xsl.h @@ -276,6 +276,13 @@ static char xslmsg[] = "
\n" "

ISC Bind 9 Configuration and Statistics

\n" "
\n" + "

Alternate statistics views: All,\n" + " Status,\n" + " Server,\n" + " Zones,\n" + " Network,\n" + " Tasks and\n" + " Memory

\n" "
\n" "

Server Status

\n" "
\n"