mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/zerotier: titles are now auto-generated from Menu.xml (#415)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user