diff --git a/src/opnsense/mvc/app/controllers/OPNsense/IDS/IndexController.php b/src/opnsense/mvc/app/controllers/OPNsense/IDS/IndexController.php index 9acda5bab..9c37ac50a 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/IDS/IndexController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/IDS/IndexController.php @@ -50,7 +50,7 @@ class IndexController extends \OPNsense\Base\IndexController // link alert list dialog $this->view->formDialogRuleset = $this->getForm("dialogRuleset"); // link fingerprint dialog - $this->view->formDialogFingerprint = $this->getForm("DialogFingerprint"); + $this->view->formDialogFingerprint = $this->getForm("dialogFingerprint"); // choose template $this->view->pick('OPNsense/IDS/index'); }