Fix table columns width in Firewall module to be proportional #1923

This commit is contained in:
iliajie
2023-06-09 12:22:18 +03:00
parent 1bdcc54f21
commit 18552ad5ab

View File

@ -261,7 +261,8 @@ else {
# Generate the header
local (@hcols, @tds);
push(@hcols, "", $text{'index_action'});
push(@tds, "width=5", "width=30% nowrap");
push(@tds, "width=5", "width=10% nowrap",
"width=70%", "nowrap", "nowrap");
if ($config{'view_condition'}) {
push(@hcols, $text{'index_desc'});
push(@tds, "nowrap");