mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
7220d781d8
commit
f44d5ec20a
@ -9,7 +9,8 @@
|
||||
-->
|
||||
<div class="content">
|
||||
<div class="alert alert-warning" id="logout-status">
|
||||
<b> <?= t('Logging out...'); ?> </b> <br />
|
||||
<b><?= t('Logging out...'); ?></b>
|
||||
<br>
|
||||
<?= t(
|
||||
'If this message does not disappear, it might be necessary to quit the ' .
|
||||
'current session manually by clearing the cache, or by closing the current ' .
|
||||
@ -18,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container" >
|
||||
<a href="<?= $this->href('dashboard/index'); ?>"> <?= t('Login'); ?></a>
|
||||
<a href="<?= $this->href('dashboard/index'); ?>"><?= t('Login'); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
Loading…
x
Reference in New Issue
Block a user