mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/zerotier: merge cleanups from master
This commit is contained in:
parent
ed77e1bc75
commit
a39b2f79bc
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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue