mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
GroupMemberTable, SelfServiceController: cs
This commit is contained in:
parent
0c7e3eee41
commit
46d24e7600
@ -91,13 +91,13 @@ class GroupMemberTable extends ZfQueryBasedTable
|
||||
|
||||
if ($this->group === null) {
|
||||
$tr->add($this::td($row->group_name));
|
||||
|
||||
}
|
||||
|
||||
$tr->add([
|
||||
$this::td(Link::create($row->object_name, $url)),
|
||||
$this::td($row->membership_type)
|
||||
]);
|
||||
|
||||
return $tr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user