diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 13:29:07 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 13:29:07 -0400 |
commit | 22feb8dcc84bf2dcc451b231c29c3f8494b9eb43 (patch) | |
tree | 5684caa62fc394b18ae43b875737c43978c56cae | |
parent | 007b5d36763b1c0b18c28eaa935f2489ce9aae1b (diff) | |
download | pfsense-packages-22feb8dcc84bf2dcc451b231c29c3f8494b9eb43.tar.gz pfsense-packages-22feb8dcc84bf2dcc451b231c29c3f8494b9eb43.tar.bz2 pfsense-packages-22feb8dcc84bf2dcc451b231c29c3f8494b9eb43.zip |
Increase field size
-rw-r--r-- | config/varnish64/varnish_backends.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index 7f0c93a8..45a955d9 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -139,6 +139,7 @@ <fieldname>urlmapping</fieldname> <description>Enter the URL that will be mapped to this backend.</description> <type>input</type> + <size>30</size> </rowhelperfield> </rowhelper> </field> |