mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
Use addHtml() instead of add() where applicable
This commit is contained in:
parent
f66b551c75
commit
7638be9733
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class ShowMore extends BaseHtmlElement
|
|||
protected function assemble(): void
|
||||
{
|
||||
if ($this->resultSet->hasMore()) {
|
||||
$this->add(new ActionLink($this->getLabel(), $this->url));
|
||||
$this->addHtml(new ActionLink($this->getLabel(), $this->url));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue