mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaHostAppliedServicesTable: switch parameters
This commit is contained in:
parent
9fc3957f11
commit
e05eb60286
@ -55,8 +55,8 @@ class IcingaHostAppliedServicesTable extends QuickTable
|
||||
protected function getActionUrl($row)
|
||||
{
|
||||
$params = array(
|
||||
'name' => $this->host->object_name,
|
||||
'id' => $row->id,
|
||||
'name' => $this->host->object_name,
|
||||
'service_id' => $row->id,
|
||||
);
|
||||
|
||||
return $this->url('director/host/appliedservice', $params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user