mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-11 01:40:01 -04:00
3 lines
90 B
PHTML
3 lines
90 B
PHTML
<?php foreach ($suggestions as $suggest): ?>
|
|
<li><?= $suggest ?></li>
|
|
<?php endforeach ?>
|