mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
IP text box doesn't need to be that wide
This commit is contained in:
@@ -187,7 +187,7 @@ print &ui_table_row($text{'edit_source'},
|
||||
&ui_grid_table([
|
||||
&print_mode("source", $rule->{'s'}),
|
||||
&ui_textarea("source", join(" ", split(/,/, $rule->{'s'}->[1])),
|
||||
4, 80),
|
||||
4, 60),
|
||||
], 2));
|
||||
|
||||
# Packet destination
|
||||
@@ -195,7 +195,7 @@ print &ui_table_row($text{'edit_dest'},
|
||||
&ui_grid_table([
|
||||
&print_mode("dest", $rule->{'d'}),
|
||||
&ui_textarea("dest", join(" ", split(/,/, $rule->{'d'}->[1])),
|
||||
4, 80),
|
||||
4, 60),
|
||||
], 2));
|
||||
|
||||
# Incoming interface
|
||||
|
||||
Reference in New Issue
Block a user