mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
HostController: hide forgotten set link
This commit is contained in:
parent
f286b5ad08
commit
7e4479a76a
@ -69,12 +69,14 @@ class HostController extends ObjectController
|
|||||||
'director/service/add',
|
'director/service/add',
|
||||||
array('host' => $host->object_name),
|
array('host' => $host->object_name),
|
||||||
array('class' => 'icon-plus')
|
array('class' => 'icon-plus')
|
||||||
) . ' ' . $this->view->qlink(
|
);
|
||||||
|
// Temporarily disabled
|
||||||
|
/* . ' ' . $this->view->qlink(
|
||||||
$this->translate('Add service set'),
|
$this->translate('Add service set'),
|
||||||
'director/serviceset/add',
|
'director/serviceset/add',
|
||||||
array('host' => $host->object_name),
|
array('host' => $host->object_name),
|
||||||
array('class' => 'icon-plus')
|
array('class' => 'icon-plus')
|
||||||
);
|
)*/
|
||||||
|
|
||||||
$this->getTabs()->activate('services');
|
$this->getTabs()->activate('services');
|
||||||
$this->view->title = sprintf(
|
$this->view->title = sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user