Skip to content

Commit

Permalink
HostController: hide forgotten set link
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 3, 2016
1 parent f286b5a commit 7e4479a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/controllers/HostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ public function servicesAction()
'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(
Expand Down

0 comments on commit 7e4479a

Please sign in to comment.