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