mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-10 15:34:27 +02:00
7 lines
120 B
PHTML
7 lines
120 B
PHTML
<?php if (isset($graphers)) {
|
|
foreach ($graphers as $grapher) {
|
|
echo $grapher->getPreviewHtml($object);
|
|
}
|
|
} ?>
|
|
|