From 5b58aad56bdbcc95dfdb8cf64ebf29e04923ae65 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 24 Oct 2016 21:48:11 +0000 Subject: [PATCH] IcingaHostServiceTable: directly link to the form ...at least for now --- application/tables/IcingaHostServiceTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tables/IcingaHostServiceTable.php b/application/tables/IcingaHostServiceTable.php index e8520c0a..38e61eba 100644 --- a/application/tables/IcingaHostServiceTable.php +++ b/application/tables/IcingaHostServiceTable.php @@ -67,7 +67,7 @@ class IcingaHostServiceTable extends QuickTable } } - return $this->url('director/service', $params); + return $this->url('director/service/edit', $params); } public function getTitles()