mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
HostController: add set link
This commit is contained in:
parent
76ff4ebfd2
commit
4f2dbdf5e8
1 changed files with 2 additions and 4 deletions
|
|
@ -74,14 +74,12 @@ class HostController extends ObjectController
|
|||
'director/service/add',
|
||||
array('host' => $host->object_name),
|
||||
array('class' => 'icon-plus')
|
||||
);
|
||||
// Temporarily disabled
|
||||
/* . ' ' . $this->view->qlink(
|
||||
) . ' ' . $this->view->qlink(
|
||||
$this->translate('Add service set'),
|
||||
'director/serviceset/add',
|
||||
array('host' => $host->object_name),
|
||||
array('class' => 'icon-plus')
|
||||
)*/
|
||||
);
|
||||
|
||||
$this->getTabs()->activate('services');
|
||||
$this->view->title = sprintf(
|
||||
|
|
|
|||
Loading…
Reference in a new issue