ids.cgi: Fix empty states of tables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-21 12:34:56 +02:00
parent d98d10f7df
commit 0c5a683b7e

View 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";
}