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

5 lines
77 B
PHTML
Raw Normal View History

2014-09-24 07:43:33 +02:00
<?php if (isset($grapher)) {
echo $grapher->getPreviewHtml($object);
} ?>