mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/monit: remove titles
This commit is contained in:
@@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext('Monit System Monitoring - Settings');
|
||||
$this->view->formGeneralSettings = $this->getForm("general");
|
||||
$this->view->formDialogEditAlert = $this->getForm("alerts");
|
||||
$this->view->formDialogEditService = $this->getForm("services");
|
||||
|
||||
@@ -41,7 +41,6 @@ class StatusController extends \OPNsense\Base\IndexController
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext('Monit System Monitoring - Status');
|
||||
$this->view->pick('OPNsense/Monit/status');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user