From 4f2dbdf5e8b562b203e9efc5ceafc2370c1e31ef Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 4 Nov 2016 09:25:28 +0100 Subject: [PATCH] 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 ce6fc0d5..c0eaaa74 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(