<script src="local.js"></script>
<body>
- <a href="https://github.com/ahuPowerDNS/pdns"><img style="position: absolute; top: 0;
- right: 0; border: 0;"
- src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
- alt="Fork me on GitHub"></a>
+ <a href="https://github.com/PowerDNS/pdns"><img style="position: absolute; top: 0; right: 0; border: 0;"
+ src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
+ alt="Fork me on GitHub"></a>
<style>
#qpschart {
width: 40px;
}
-
+ table.border, table.border>tbody>tr>td {
+ border: 1px solid black;
+ border-collapse: collapse;
+ }
</style>
<table width="100%" border="0"><tr><td><img src="https://www.powerdns.com/img/powerdns-logo-220px.png"/></td>
- <td width="75%">
+ <td style="padding: 0px 90px 0px 20px">
+ <span id="version"></span><br/>
+ dnsdist comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2.<br/>
</td>
</tr></table>
<p>
- Version: <span id="version"></span>, uptime: <span id="uptime"></span>, Number of queries: <span id="questions"></span> (<span id="qps"></span> qps), ACL drops: <span id="acl-drops"></span><br/>
- Average response time: <span id="latency"></span> ms, CPU Usage: <span id="cpu"></span>%, Server selection policy: <span id="server-policy"></span> <br/>
- dnsdist comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2 <br/>
+ Uptime: <span id="uptime"></span>, Number of queries: <span id="questions"></span> (<span id="qps"></span> qps), ACL drops: <span id="acl-drops"></span><br/>
+ Average response time: <span id="latency"></span> ms, CPU Usage: <span id="cpu"></span>%, Server selection policy: <span id="server-policy"></span><br/>
</p>
<table width="100%" cellpadding="20">
<tr valign="top">
</tr>
</table>
</td>
-
+
<td>
- <table cellpadding="15" width="100%" border="1">
+ <table cellpadding="15" width="100%" class="border">
<tr>
<td><div id="downstreams"></div> </td>
</tr>
<br/><br/>
<p></p><p></p>
</div>
- </body>
+ </body>
</html>