From c73a7e127fd3d2b2d3257f67d7a0b94441797f3a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 25 Mar 2014 15:56:40 +1100 Subject: [PATCH] 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 --- CHANGES | 3 +++ bin/named/bind9.xsl | 7 +++++++ bin/named/bind9.xsl.h | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index a82ce3ce27..c2cf25afe8 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 b76d1acf61..8e92d9997b 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 602c78e975..9d384e7ec6 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"