GroupMemberTable, SelfServiceController: cs
This commit is contained in:
parent
0c7e3eee41
commit
46d24e7600
|
@ -79,11 +79,11 @@ class SelfServiceController extends ActionController
|
|||
|
||||
$form->handleRequest();
|
||||
$this->addSingleTab($this->translate('Self Service'))
|
||||
->addTitle($this->translate('Self Service - Host Registration'))
|
||||
->content()->add(Html::p($this->translate(
|
||||
->addTitle($this->translate('Self Service - Host Registration'))
|
||||
->content()->add(Html::p($this->translate(
|
||||
'In case an Icinga Admin provided you with a self service API'
|
||||
. ' token, this is where you can register new hosts'
|
||||
)))
|
||||
)))
|
||||
->add($form);
|
||||
}
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue