mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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)
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user