icingaweb2/modules/monitoring/application/views/scripts/show/components/grapher.phtml

7 lines
120 B
PHTML
Raw Normal View History

<?php if (isset($graphers)) {
foreach ($graphers as $grapher) {
echo $grapher->getPreviewHtml($object);
}
2014-09-24 01:43:33 -04:00
} ?>