mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
parent
cbc67439d8
commit
e29c025d64
@ -145,7 +145,7 @@ class ServiceController extends ObjectController
|
||||
$this->actions()->add(Link::create(
|
||||
$this->translate('back'),
|
||||
'director/host/services',
|
||||
['name' => $this->host->getObjectName()],
|
||||
['uuid' => $this->host->getUniqueId()->toString()],
|
||||
['class' => 'icon-left-big']
|
||||
));
|
||||
}
|
||||
|
@ -578,7 +578,7 @@ abstract class ObjectController extends ActionController
|
||||
protected function addBackToObjectLink()
|
||||
{
|
||||
$params = [
|
||||
'name' => $this->object->getObjectName(),
|
||||
'uuid' => $this->object->getUniqueId()->toString(),
|
||||
];
|
||||
|
||||
if ($this->object instanceof IcingaService) {
|
||||
|
@ -120,7 +120,7 @@ abstract class TemplateController extends CompatController
|
||||
Link::create(
|
||||
$this->translate('Modify'),
|
||||
"director/$type/edit",
|
||||
['name' => $templateName],
|
||||
['uuid' => $template->getUniqueId()->toString()],
|
||||
['class' => 'icon-edit']
|
||||
)
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user