From 78b31ba55cd5da9ee58081fc27b23ead520167f0 Mon Sep 17 00:00:00 2001 From: Jos Schellevis Date: Thu, 9 Apr 2015 16:18:21 +0200 Subject: [PATCH] Proxy service work in progress, moved icp port to advanced section --- src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt index 78f906316..796e3b350 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt @@ -182,7 +182,8 @@ maxheight: define max height of select box, default=170px to hold 5 items 'label':'ICP port', 'type':'text', 'help':'The port number where Squid sends and receives ICP queries to - and from neighbor caches. Leave blank to disable (default). The standard UDP port for ICP is 3130.' + and from neighbor caches. Leave blank to disable (default). The standard UDP port for ICP is 3130.', + 'advanced':'true' ], ['id': 'proxy.general.logging.enable.accessLog', 'label':'Enable access logging',