summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/show/components/grapher.phtml
blob: 0b49e633233e5c292a16c279ba3abba52a7edd88 (plain)
1
2
3
4
5
6
<?php if (isset($graphers)) {
  foreach ($graphers as $grapher) {
    echo $grapher->getPreviewHtml($object);
  }
} ?>