net/zerotier: titles are now auto-generated from Menu.xml (#415)

This commit is contained in:
Franco Fichtner
2017-12-06 09:51:47 +01:00
committed by GitHub
parent 5365d01b4d
commit e864b05ccb
2 changed files with 0 additions and 2 deletions
@@ -33,7 +33,6 @@ class IndexController extends \OPNsense\Base\IndexController
{
public function indexAction()
{
$this->view->title = gettext("VPN : Zerotier : Settings");
$this->view->pick('OPNsense/Zerotier/index');
$this->view->settingsForm = $this->getForm("settings");
$this->view->dialogNetworkForm = $this->getForm("dialogNetwork");
@@ -37,7 +37,6 @@ class OverviewController extends \OPNsense\Base\IndexController
{
public function indexAction()
{
$this->view->title = gettext("VPN : Zerotier : Overview");
$this->view->pick('OPNsense/Zerotier/overview');
$this->view->information = $this->information();
$this->view->networks = $this->listNetworks();