Increase the size of the openvpn custom options box.

This commit is contained in:
Scott Ullrich 2007-04-25 16:20:00 +00:00
parent 3c748d0426
commit 09662e45ca
2 changed files with 6 additions and 2 deletions

View File

@ -202,7 +202,9 @@
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the server configuration.</description>
<type>input</type>
<type>textarea</type>
<cols>65</cols>
<rows>5</rows>
</field>
<field>
<fieldname>description</fieldname>

View File

@ -190,7 +190,9 @@
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.</description>
<type>input</type>
<type>textarea</type>
<cols>65</cols>
<rows>5</rows>
</field>
<field>
<fieldname>description</fieldname>