mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-19 00:38:27 +02:00
ImportSourceDetails: fix rendering
This commit is contained in:
parent
480573cba0
commit
4d9d029156
@ -17,9 +17,10 @@ class ImportSourceDetails extends Html
|
||||
public function __construct(ImportSource $source)
|
||||
{
|
||||
$this->source = $source;
|
||||
$this->prepareContent();
|
||||
}
|
||||
|
||||
protected function assemble()
|
||||
protected function prepareContent()
|
||||
{
|
||||
$source = $this->source;
|
||||
$description = $source->get('description');
|
||||
|
Loading…
x
Reference in New Issue
Block a user