Display the module's title in the module detail view
fixes #12557 Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
39a5b3f64a
commit
8f3ee4dedf
|
@ -47,7 +47,10 @@
|
|||
<?php endif ?>
|
||||
<tr>
|
||||
<th><?= $this->escape($this->translate('Description')) ?></th>
|
||||
<td><?= nl2br($this->escape($module->getDescription())) ?></td>
|
||||
<td>
|
||||
<strong><?= $this->escape($module->getTitle()) ?></strong><br>
|
||||
<?= nl2br($this->escape($module->getDescription())) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= $this->escape($this->translate('Dependencies')) ?></th>
|
||||
|
|
Loading…
Reference in New Issue