mirror of
https://github.com/webmin/webmin.git
synced 2026-08-21 14:30:41 +01:00
Fix mislabelled field
This commit is contained in:
@@ -1281,7 +1281,7 @@ return @rv;
|
||||
sub nat_form
|
||||
{
|
||||
print &ui_table_row($text{'nat_0'},
|
||||
&ui_textbox("nat", $_[0], 15));
|
||||
&ui_textbox("ext", $_[0], 15));
|
||||
|
||||
if (&version_atleast(1, 3, 14)) {
|
||||
my ($iface, $virt) = split(/:/, $_[1]);
|
||||
|
||||
Reference in New Issue
Block a user