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
|
||||
);
|
||||
|
||||
return $this->url('director/host/services', $params);
|
||||
return $this->url('director/host', $params);
|
||||
}
|
||||
|
||||
public function getTitles()
|
||||
|
|
Loading…
Reference in New Issue