IcingaHostAppliedServicesTable: switch parameters

This commit is contained in:
Thomas Gelf 2017-01-02 10:51:29 +01:00
parent 9fc3957f11
commit e05eb60286

View File

@ -55,8 +55,8 @@ class IcingaHostAppliedServicesTable extends QuickTable
protected function getActionUrl($row) protected function getActionUrl($row)
{ {
$params = array( $params = array(
'name' => $this->host->object_name, 'name' => $this->host->object_name,
'id' => $row->id, 'service_id' => $row->id,
); );
return $this->url('director/host/appliedservice', $params); return $this->url('director/host/appliedservice', $params);