mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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 <each@isc.org> Date: Mon Mar 24 21:47:28 2014 -0700 [rt35605] tweak commit b18bccc570803293f819c04f324f91b446a67756 Author: Mark Andrews <marka@isc.org> Date: Tue Mar 25 14:20:07 2014 +1100 provide links to alternate statistic views
This commit is contained in:
parent
9d7e943c3d
commit
c73a7e127f
3 changed files with 17 additions and 0 deletions
3
CHANGES
3
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
|
||||
|
|
|
|||
|
|
@ -271,6 +271,13 @@
|
|||
<div class="header">
|
||||
<h1>ISC Bind 9 Configuration and Statistics</h1>
|
||||
</div>
|
||||
<p>Alternate statistics views: <a href="/">All</a>,
|
||||
<a href="/xml/v3/status">Status</a>,
|
||||
<a href="/xml/v3/server">Server</a>,
|
||||
<a href="/xml/v3/zones">Zones</a>,
|
||||
<a href="/xml/v3/net">Network</a>,
|
||||
<a href="/xml/v3/tasks">Tasks</a> and
|
||||
<a href="/xml/v3/mem">Memory</a></p>
|
||||
<hr/>
|
||||
<h2>Server Status</h2>
|
||||
<table class="info">
|
||||
|
|
|
|||
|
|
@ -276,6 +276,13 @@ static char xslmsg[] =
|
|||
" <div class=\"header\">\n"
|
||||
" <h1>ISC Bind 9 Configuration and Statistics</h1>\n"
|
||||
" </div>\n"
|
||||
" <p>Alternate statistics views: <a href=\"/\">All</a>,\n"
|
||||
" <a href=\"/xml/v3/status\">Status</a>,\n"
|
||||
" <a href=\"/xml/v3/server\">Server</a>,\n"
|
||||
" <a href=\"/xml/v3/zones\">Zones</a>,\n"
|
||||
" <a href=\"/xml/v3/net\">Network</a>,\n"
|
||||
" <a href=\"/xml/v3/tasks\">Tasks</a> and\n"
|
||||
" <a href=\"/xml/v3/mem\">Memory</a></p>\n"
|
||||
" <hr/>\n"
|
||||
" <h2>Server Status</h2>\n"
|
||||
" <table class=\"info\">\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue