icingaweb2/application/views/scripts/error/error.phtml

13 lines
291 B
PHTML
Executable File

<?= $this->tabs->render($this); ?>
<div class="alert alert-danger">
<p><?= $message ?></p>
</div>
<?php if (isset($stackTrace)) : ?>
<hr />
<pre><?= $stackTrace ?></pre>
<?php endif ?>
<?php if (isset($this->messageBox)) : ?>
<?= $this->messageBox->render(); ?>
<? endif ?>
</div>