mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 07:14:59 +02:00
IcingaServiceSetHostTable: link to host, not to...
...its services - this is less confusing
This commit is contained in:
parent
792e58abae
commit
a17f8ab39b
@ -34,7 +34,7 @@ class IcingaServiceSetHostTable extends QuickTable
|
|||||||
'name' => $row->host
|
'name' => $row->host
|
||||||
);
|
);
|
||||||
|
|
||||||
return $this->url('director/host/services', $params);
|
return $this->url('director/host', $params);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitles()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user