mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-28 01:26:49 -04:00
9 lines
241 B
PHTML
Executable file
9 lines
241 B
PHTML
Executable file
<h1 class="alert alert-danger"><?= $message ?></h1>
|
|
<?php if (isset($stackTrace)) : ?>
|
|
<hr />
|
|
<pre><?= $stackTrace ?></pre>
|
|
<?php endif ?>
|
|
<?php if (isset($this->messageBox)) : ?>
|
|
<?= $this->messageBox->render(); ?>
|
|
<? endif ?>
|
|
</div>
|