mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
web proxy: visibly rename from "proxy server", avoid confusion...
.. with either IGMP or FTP proxy.
This commit is contained in:
parent
79b87986d5
commit
44aaac4a8b
@ -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');
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user