diff --git a/library/Director/Web/Table/IcingaAppliedServiceTable.php b/library/Director/Web/Table/IcingaAppliedServiceTable.php index 9b172ab1..6a1786bd 100644 --- a/library/Director/Web/Table/IcingaAppliedServiceTable.php +++ b/library/Director/Web/Table/IcingaAppliedServiceTable.php @@ -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()