mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-14 14:42:43 -04:00
12 lines
322 B
PHTML
12 lines
322 B
PHTML
<?php if (! $hideControls) { ?>
|
|
<div class="controls">
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
|
</div>
|
|
<?php } ?>
|
|
<div class="content">
|
|
<p><strong><?= nl2br($this->escape($message)) ?></strong></p>
|
|
<?php if (isset($stackTrace)) : ?>
|
|
<hr />
|
|
<pre><?= $this->escape($stackTrace) ?></pre>
|
|
<?php endif ?>
|
|
</div>
|