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:
Alexander A. Klimov 2016-08-30 09:08:24 +02:00 committed by Eric Lippmann
parent 39a5b3f64a
commit 8f3ee4dedf
1 changed files with 4 additions and 1 deletions

View File

@ -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>