mirror of https://github.com/aredn/aredn.git
fixes AREDN->ticket:166
This commit is contained in:
parent
6912f69dc8
commit
215e5abf47
|
@ -356,12 +356,12 @@ sub print_vpn_clients()
|
|||
print " checked='checked'" if $enabled;
|
||||
print " title='enable this client'></td>";
|
||||
|
||||
print "<td><input type=text size=25 name=client${val}_name value='$name'";
|
||||
print "<td><input type=text size=40 name=client${val}_name value='$name'";
|
||||
print " onChange='form.submit()'" unless $val eq "_add";
|
||||
# print " disabled" unless $val eq "_add";
|
||||
print " title='client name'></td>";
|
||||
|
||||
print "<td> <input type=text size=20 name=client${val}_passwd value='$passwd' ";
|
||||
print "<td> <input type=text size=25 name=client${val}_passwd value='$passwd' ";
|
||||
print " onChange='form.submit()'" unless $val eq "_add";
|
||||
print " title='client password'";
|
||||
#print " disabled" unless $val eq "_add";
|
||||
|
|
Loading…
Reference in New Issue