summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-25 16:19:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-25 16:19:54 +0000
commit975a40ccc31962ff51b9215353f9227d4f3ade09 (patch)
treeef2c6a32578e5c968a1d8b70951f18a636d2b606 /usr/local/pkg
parent78ee2cf8c2b128dc4cea09b6ae0a6ee98d5e7826 (diff)
downloadpfsense-975a40ccc31962ff51b9215353f9227d4f3ade09.zip
pfsense-975a40ccc31962ff51b9215353f9227d4f3ade09.tar.gz
Increase the size of the openvpn custom options box.
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/openvpn.xml4
-rw-r--r--usr/local/pkg/openvpn_cli.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml
index 2ecf249..aff9af8 100644
--- a/usr/local/pkg/openvpn.xml
+++ b/usr/local/pkg/openvpn.xml
@@ -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>
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index e4a6ead..ebca152 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -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>
OpenPOWER on IntegriCloud