net/frr: zap title

This commit is contained in:
Franco Fichtner
2017-12-19 07:25:18 +01:00
parent d5e283e18e
commit 0a355692e7
@@ -31,7 +31,6 @@ class IsisController extends \OPNsense\Base\IndexController
{
public function indexAction()
{
$this->view->title = gettext("IS-IS-Settings");
$this->view->generalForm = $this->getForm("isis");
$this->view->pick('OPNsense/Quagga/isis');
}