]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids.cgi: Fix empty states of tables
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Sep 2024 10:34:56 +0000 (12:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2024 08:44:34 +0000 (08:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ids.cgi

index 88ee3406c2fbcd0c03d634260b822021cf9abbab..a264457f70dfcd498743066afd911aad02f0cacd 100644 (file)
@@ -1211,7 +1211,7 @@ END
                } else {
                        # Print notice that currently no hosts are ignored.
                        print "<tr>\n";
-                       print "<td class='base' colspan='2'>$Lang::tr{'guardian no entries'}</td>\n";
+                       print "<td class='base' colspan='6'>$Lang::tr{'guardian no entries'}</td>\n";
                        print "</tr>\n";
                }
 
@@ -1314,7 +1314,7 @@ END
                        } else {
                                # Print notice that currently no hosts are ignored.
                                print "<tr>\n";
-                               print "<td class='base' colspan='2'>$Lang::tr{'guardian no entries'}</td>\n";
+                               print "<td class='base' colspan='5'>$Lang::tr{'guardian no entries'}</td>\n";
                                print "</tr>\n";
                        }