dhcp: hook up dhcp service to logcontroller

This commit is contained in:
Stephan de Wit 2023-07-12 14:28:32 +02:00
parent 4ea46ea21c
commit 0f3673b088

View File

@ -62,6 +62,9 @@ class LogController extends IndexController
case 'squid':
$this->view->service = 'proxy';
break;
case 'dhcpd':
$this->view->service = 'dhcpv4';
break;
case 'system':
$this->view->default_log_severity = 'Notice';
break;