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
@ -56,7 +56,7 @@ class IcingaHostAppliedServicesTable extends QuickTable
|
|||||||
{
|
{
|
||||||
$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