sysutils/monit: remove titles

This commit is contained in:
Franco Fichtner
2017-12-24 15:24:53 +01:00
parent 4b8b435a88
commit e35b947e84
2 changed files with 0 additions and 2 deletions
@@ -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');
}
}