diff --git a/application/controllers/ServicegroupsController.php b/application/controllers/ServicegroupsController.php index eebef2c1..47fc75fc 100644 --- a/application/controllers/ServicegroupsController.php +++ b/application/controllers/ServicegroupsController.php @@ -8,8 +8,8 @@ use Icinga\Module\Icingadb\Widget\ItemList\ServicegroupList; class ServicegroupsController extends Controller { - public function indexAction() { - + public function indexAction() + { $this->setTitle($this->translate('Service Groups')); $db = $this->getDb();