]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
connections.cgi: Remove country headline
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Apr 2024 17:15:19 +0000 (19:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 12:28:52 +0000 (14:28 +0200)
This takes way more space than the actual flag and therefore makes the
table wider which we don't want.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/connections.cgi

index b4dd446b48c2e1cdbdbcfa3988b6f85d222a4075..38e5b27208344a7d74711d537a7c98a548bd94af 100644 (file)
@@ -221,15 +221,11 @@ print <<END;
                        <th colspan='2'>
                                $Lang::tr{'source ip and port'}
                        </th>
-                       <th>
-                               $Lang::tr{'country'}
-                       </th>
+                       <th></th>
                        <th colspan='2'>
                                $Lang::tr{'dest ip and port'}
                        </th>
-                       <th>
-                               $Lang::tr{'country'}
-                       </th>
+                       <th></th>
                        <th colspan='2'>
                                $Lang::tr{'data transfer'}
                        </th>