mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 07:40:16 +02:00
11 lines
303 B
PHTML
11 lines
303 B
PHTML
<div id="guest-error">
|
|
<div class="centered-ghost">
|
|
<div class="centered-content">
|
|
<div id="icinga-logo" aria-hidden="true"></div>
|
|
<div id="guest-error-message">
|
|
<?= $this->render('inline.phtml') ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|