Improves ICMP/ARP tables layout

This commit is contained in:
Simone Mainardi 2017-04-04 15:13:31 +02:00
parent d56b05136e
commit efa3176f00
5 changed files with 20 additions and 11 deletions

View file

@ -703,7 +703,7 @@ elseif(page == "ICMP") then
print [[
<table id="myTable" class="table table-bordered table-striped tablesorter">
<thead><tr><th>ICMP Message</th><th>Total Packets</th></tr></thead>
<thead><tr><th>ICMP Message</th><th style='text-align:right;'>Traffic</th></tr></thead>
<tbody id="iface_details_icmp_tbody">
</tbody>
</table>
@ -731,7 +731,7 @@ elseif(page == "ARP") then
print [[
<table id="myTable" class="table table-bordered table-striped tablesorter">
<thead><tr><th>ARP Type</th><th>Total Packets</th></tr></thead>
<thead><tr><th>ARP Type</th><th style='text-align:right;'>Traffic</th></tr></thead>
<tbody id="iface_details_arp_tbody">
</tbody>
</table>