HostController: add set link

This commit is contained in:
Thomas Gelf 2016-11-04 09:25:28 +01:00 committed by Markus Frosch
parent 76ff4ebfd2
commit 4f2dbdf5e8

View file

@ -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(