net/zerotier: merge cleanups from master

This commit is contained in:
Franco Fichtner 2017-12-11 07:28:33 +01:00
parent ed77e1bc75
commit a39b2f79bc
2 changed files with 0 additions and 2 deletions

View file

@ -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");

View file

@ -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();