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