net/*: remove remaining titles

This commit is contained in:
Franco Fichtner 2017-12-24 15:26:56 +01:00
parent e35b947e84
commit af0b128fa0
3 changed files with 0 additions and 3 deletions

View file

@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
*/
public function indexAction()
{
$this->view->title = gettext('ARP Scan');
$this->view->general = $this->getForm("general");
$this->view->pick('OPNsense/ARPscanner/index');

View file

@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
*/
public function indexAction()
{
$this->view->title = gettext('FTP Proxy Server');
// include dialog form definitions
$this->view->formDialogEdit = $this->getForm("dialogEdit");
$this->view->pick('OPNsense/FtpProxy/index');

View file

@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
*/
public function indexAction()
{
$this->view->title = gettext('MDNS Repeater');
$this->view->general = $this->getForm("general");
$this->view->pick('OPNsense/MDNSRepeater/index');
}