mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +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)
|
||||
{
|
||||
return $this::row(
|
||||
return $this::row([
|
||||
new Link($row->service, 'director/service', ['id' => $row->id])
|
||||
);
|
||||
]);
|
||||
}
|
||||
|
||||
public function getColumnsToBeRendered()
|
||||
|
Loading…
x
Reference in New Issue
Block a user