summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_logs_dhcp.php')
-rwxr-xr-xusr/local/www/diag_logs_dhcp.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/diag_logs_dhcp.php b/usr/local/www/diag_logs_dhcp.php
index 4e12962..057aabf 100755
--- a/usr/local/www/diag_logs_dhcp.php
+++ b/usr/local/www/diag_logs_dhcp.php
@@ -67,16 +67,18 @@ include("head.inc");
?>
</td></tr>
<tr>
- <td class="tabcont">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="listtopic">
Last <?=$nentries;?> DHCP service log entries</td>
</tr>
<?php dump_clog($dhcpd_logfile, $nentries); ?>
+ <tr><td><br><form action="diag_logs_dhcp.php" method="post">
+<input name="clear" type="submit" class="formbtn" value="Clear log"></td></tr>
</table>
- <br><form action="diag_logs_dhcp.php" method="post">
-<input name="clear" type="submit" class="formbtn" value="Clear log">
+ </div>
</form>
</td>
</tr>
@@ -84,4 +86,3 @@ include("head.inc");
<?php include("fend.inc"); ?>
</body>
</html>
-
OpenPOWER on IntegriCloud