IcingaAppliedServiceTable: fix row rendering

This commit is contained in:
Thomas Gelf 2017-08-12 11:51:08 +02:00
parent 1b81d4b442
commit 3b394900c9

View File

@ -22,9 +22,9 @@ class IcingaAppliedServiceTable extends ZfQueryBasedTable
public function renderRow($row)
{
return $this::row(
return $this::row([
new Link($row->service, 'director/service', ['id' => $row->id])
);
]);
}
public function getColumnsToBeRendered()