Matthias 4c9dac5fb8 Display all Grapher hooks not just the first one
refs #3473

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2018-07-18 13:49:32 +02:00

7 lines
120 B
PHTML

<?php if (isset($graphers)) {
foreach ($graphers as $grapher) {
echo $grapher->getPreviewHtml($object);
}
} ?>