mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
4 lines
90 B
PHTML
4 lines
90 B
PHTML
<?php foreach ($suggestions as $suggest): ?>
|
|
<li><?= $suggest ?></li>
|
|
<?php endforeach ?>
|