mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move arp table back onto the screen
This commit is contained in:
parent
1d67d91614
commit
6090e85b9a
@ -32,9 +32,14 @@
|
||||
require("guiconfig.inc");
|
||||
$pgtitle = "Diagnostics: ARP Table";
|
||||
include("head.inc");
|
||||
include("fbegin.inc");
|
||||
?>
|
||||
<body link="#000000" vlink="#000000" alink="#000000">
|
||||
<? include("fbegin.inc"); ?>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
@ -196,5 +201,6 @@ function getHostName($mac,$ip)
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user