mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
7eca14386a
commit
c492c6bb23
@ -36,7 +36,7 @@ class Announcements extends AbstractWidget
|
||||
$announcements = $repo->findActive();
|
||||
$announcements->applyFilter($acked);
|
||||
if ($announcements->hasResult()) {
|
||||
$html = '<ul role="alert" id="announcements">';
|
||||
$html = '<ul role="alert">';
|
||||
foreach ($announcements as $announcement) {
|
||||
$ackForm = new AcknowledgeAnnouncementForm();
|
||||
$ackForm->populate(array('hash' => $announcement->hash));
|
||||
|
Loading…
x
Reference in New Issue
Block a user