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() ...@@ -34,7 +34,7 @@ function squid_services()
if (isset($config['OPNsense']['proxy']['general']['enabled']) && $config['OPNsense']['proxy']['general']['enabled'] == 1) { if (isset($config['OPNsense']['proxy']['general']['enabled']) && $config['OPNsense']['proxy']['general']['enabled'] == 1) {
$services[] = array( $services[] = array(
'description' => gettext('Proxy server'), 'description' => gettext('Web Proxy'),
'configd' => array( 'configd' => array(
'restart' => array('proxy restart'), 'restart' => array('proxy restart'),
'start' => array('proxy start'), 'start' => array('proxy start'),
......
...@@ -42,7 +42,7 @@ class IndexController extends \OPNsense\Base\IndexController ...@@ -42,7 +42,7 @@ class IndexController extends \OPNsense\Base\IndexController
*/ */
public function indexAction() public function indexAction()
{ {
$this->view->title = gettext('Proxy Server'); $this->view->title = gettext('Web Proxy');
$this->view->mainForm = $this->getForm("main"); $this->view->mainForm = $this->getForm("main");
$this->view->formDialogEditBlacklist = $this->getForm("dialogEditBlacklist"); $this->view->formDialogEditBlacklist = $this->getForm("dialogEditBlacklist");
$this->view->pick('OPNsense/Proxy/index'); $this->view->pick('OPNsense/Proxy/index');
......
<menu> <menu>
<Services> <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/"> <Administration url="/ui/proxy/">
<GeneralSettings VisibleName="General" url="/ui/proxy/#subtab_proxy-general-settings"/> <GeneralSettings VisibleName="General" url="/ui/proxy/#subtab_proxy-general-settings"/>
<LocalCache VisibleName="Cache" url="/ui/proxy/#subtab_proxy-general-cache-local"/> <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