From 5a725a45eb87aa98b3cb993ec88e591dfe1fb9e6 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 26 Mar 2016 16:15:26 +0100 Subject: [PATCH] IcingaServiceTable: fix apply links --- application/tables/IcingaServiceTable.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/tables/IcingaServiceTable.php b/application/tables/IcingaServiceTable.php index 4071b1a1..70520339 100644 --- a/application/tables/IcingaServiceTable.php +++ b/application/tables/IcingaServiceTable.php @@ -48,8 +48,8 @@ class IcingaServiceTable extends QuickTable if ($row->check_command_id) { $htm .= ' ' . $v->qlink( 'Create apply-rule', - 'director/service/apply', - array('template' => $row->service), + 'director/service/add', + array('apply' => $row->service), array('class' => 'icon-plus') ); } @@ -64,8 +64,8 @@ class IcingaServiceTable extends QuickTable $htm .= ''; $htm .= $v->qlink( 'Add more', - 'director/service/apply', - array('template' => $row->service), + 'director/service/add', + array('apply' => $row->service), array('class' => 'icon-plus') ); }