mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
Conflicts: application/controllers/AuthenticationController.php application/controllers/ErrorController.php application/views/scripts/authentication/login.phtml library/Icinga/Application/ApplicationBootstrap.php library/Icinga/Web/Controller/ActionController.php library/Icinga/Web/Hook.php library/Icinga/Web/Widget/Dashboard.php
9 lines
241 B
PHTML
9 lines
241 B
PHTML
<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>
|