IcingaServiceSetHostTable: link to host, not to...

...its services - this is less confusing
This commit is contained in:
Thomas Gelf 2017-01-13 16:40:18 +01:00
parent 792e58abae
commit a17f8ab39b
1 changed files with 1 additions and 1 deletions

View File

@ -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()