mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaAppliedServiceTable: fix row rendering
This commit is contained in:
parent
1b81d4b442
commit
3b394900c9
@ -22,9 +22,9 @@ class IcingaAppliedServiceTable extends ZfQueryBasedTable
|
|||||||
|
|
||||||
public function renderRow($row)
|
public function renderRow($row)
|
||||||
{
|
{
|
||||||
return $this::row(
|
return $this::row([
|
||||||
new Link($row->service, 'director/service', ['id' => $row->id])
|
new Link($row->service, 'director/service', ['id' => $row->id])
|
||||||
);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getColumnsToBeRendered()
|
public function getColumnsToBeRendered()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user