]> granicus.if.org Git - pdns/commitdiff
Improve dnsdist html a tiny bit more
authorChristian Hofstaedtler <zeha@debian.org>
Sat, 5 Dec 2015 19:45:52 +0000 (19:45 +0000)
committerChristian Hofstaedtler <zeha@debian.org>
Sat, 5 Dec 2015 19:47:42 +0000 (19:47 +0000)
pdns/dnsdistdist/html/index.html

index da7604a09b4b9c22e8ecea1fd6ff69135750ce18..fa8cf02e23cf619ee66bb9b903088526c2abfefd 100644 (file)
 
   <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">
@@ -75,9 +78,9 @@
             </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>