mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Make notifications accessible
This commit is contained in:
parent
4c4e8e4ac2
commit
5e51bb9c74
@ -46,7 +46,7 @@ if ($this->layout()->autorefreshInterval) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<ul id="notifications"><?php
|
<ul role="alert" id="notifications"><?php
|
||||||
|
|
||||||
$notifications = Notification::getInstance();
|
$notifications = Notification::getInstance();
|
||||||
if ($notifications->hasMessages()) {
|
if ($notifications->hasMessages()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user