Revision ac950976
Added by Colin Fleming over 9 years ago
src/usr/local/www/diag_arp.php | ||
---|---|---|
333 | 333 |
// Load MAC-Manufacturer table |
334 | 334 |
$mac_man = load_mac_manufacturer_table(); |
335 | 335 |
?> |
336 |
<div class="panel panel-default"> |
|
337 |
<div class="panel-heading"><h2 class="panel-title"><?=gettext('ARP Table')?></h2></div> |
|
338 |
<div class="panel-body"> |
|
339 |
|
|
336 | 340 |
<div class="table-responsive"> |
337 | 341 |
<table class="sortable-theme-bootstrap table table-striped table-hover" data-sortable> |
338 | 342 |
<thead> |
... | ... | |
368 | 372 |
</table> |
369 | 373 |
</div> |
370 | 374 |
|
375 |
</div> |
|
376 |
</div> |
|
377 |
|
|
371 | 378 |
<script type="text/javascript"> |
372 | 379 |
//<![CDATA[ |
373 | 380 |
// Clear the "loading" div once the page has loaded" |
Also available in: Unified diff
Add some more Bootsrap panels
"firewall_aliases.php"
- add gettext to the H2 tag
- remove debug code
"sevices_igmpproxy.php"
"services_pppoe.php"
"vpn_ipsec_keys.php"
"status_gateways.php"
"status_gateway_groups.php"
"statis_services.php"
"diag_arp.php"
"diag_ndp.php"
- add Bootstrap panels