mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
ObjectController: add missing title
This commit is contained in:
parent
5d643534ad
commit
3ddd6291e4
@ -66,6 +66,7 @@ abstract class ObjectController extends ActionController
|
||||
$type = $this->getType();
|
||||
$this->getTabs()->activate('render');
|
||||
$this->view->object = $this->object;
|
||||
$this->view->title = sprintf($this->translate('Config preview: %s'), $this->object->object_name);
|
||||
$this->render('object/show', null, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user