mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
connections.cgi: Make it clearer which direction traffic is flowing
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -345,9 +345,8 @@ print <<END;
|
||||
<th>
|
||||
$Lang::tr{'country'}
|
||||
</th>
|
||||
<th>
|
||||
$Lang::tr{'download'} /
|
||||
<br>$Lang::tr{'upload'}
|
||||
<th colspan='2'>
|
||||
$Lang::tr{'data transfer'}
|
||||
</th>
|
||||
<th>
|
||||
$Lang::tr{'connection'}<br>$Lang::tr{'status'}
|
||||
@@ -562,8 +561,11 @@ foreach my $line (<CONNTRACK>) {
|
||||
<td style='text-align:center; background-color:$sip_colour;'>
|
||||
<a href='country.cgi#$dstccode'><img src='$dst_flag_icon' border='0' align='absmiddle' alt='$dstccode' title='$dstccode' /></a>
|
||||
</td>
|
||||
<td style='text-align:center'>
|
||||
$bytes_in / $bytes_out
|
||||
<td class="text-right">
|
||||
> $bytes_in
|
||||
</td>
|
||||
<td class="text-right">
|
||||
< $bytes_out
|
||||
</td>
|
||||
<td style='text-align:center'>$state</td>
|
||||
<td style='text-align:center'>$ttl</td>
|
||||
|
||||
Reference in New Issue
Block a user