mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user