[icinga-checkins] icinga.org: icingaweb2-module-director/master: HostController: add set link
git at icinga.org
git at icinga.org
Mon Nov 7 14:13:11 CET 2016
Module: icingaweb2-module-director
Branch: master
Commit: 4f2dbdf5e8b562b203e9efc5ceafc2370c1e31ef
URL: https://git.icinga.org/?p=icingaweb2-module-director.git;a=commit;h=4f2dbdf5e8b562b203e9efc5ceafc2370c1e31ef
Author: Thomas Gelf <thomas at gelf.net>
Date: Fri Nov 4 09:25:28 2016 +0100
HostController: add set link
---
application/controllers/HostController.php | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/application/controllers/HostController.php b/application/controllers/HostController.php
index ce6fc0d..c0eaaa7 100644
--- a/application/controllers/HostController.php
+++ b/application/controllers/HostController.php
@@ -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(
More information about the icinga-checkins
mailing list