Commit 05e08c40 authored by Franco Fichtner's avatar Franco Fichtner

web proxy: visibly rename from "proxy server", avoid confusion...

.. with either IGMP or FTP proxy.

(cherry picked from commit 44aaac4a)
parent d95dd12b
......@@ -34,7 +34,7 @@ function squid_services()
if (isset($config['OPNsense']['proxy']['general']['enabled']) && $config['OPNsense']['proxy']['general']['enabled'] == 1) {
$services[] = array(
'description' => gettext('Proxy server'),
'description' => gettext('Web Proxy'),
'configd' => array(
'restart' => array('proxy restart'),
'start' => array('proxy start'),
......
......@@ -42,7 +42,7 @@ class IndexController extends \OPNsense\Base\IndexController
*/
public function indexAction()
{
$this->view->title = gettext('Proxy Server');
$this->view->title = gettext('Web Proxy');
$this->view->mainForm = $this->getForm("main");
$this->view->formDialogEditBlacklist = $this->getForm("dialogEditBlacklist");
$this->view->pick('OPNsense/Proxy/index');
......
<menu>
<Services>
<Proxy VisibleName="Proxy Server" cssClass="fa fa-bolt fa-fw">
<Proxy VisibleName="Web Proxy" cssClass="fa fa-bolt fa-fw">
<Administration url="/ui/proxy/">
<GeneralSettings VisibleName="General" url="/ui/proxy/#subtab_proxy-general-settings"/>
<LocalCache VisibleName="Cache" url="/ui/proxy/#subtab_proxy-general-cache-local"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment