HostController: hide forgotten set link

This commit is contained in:
Thomas Gelf 2016-11-03 15:13:55 +01:00
parent f286b5ad08
commit 7e4479a76a
1 changed files with 4 additions and 2 deletions

View File

@ -69,12 +69,14 @@ class HostController extends ObjectController
'director/service/add',
array('host' => $host->object_name),
array('class' => 'icon-plus')
) . ' ' . $this->view->qlink(
);
// Temporarily disabled
/* . ' ' . $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(