summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/show/components/grapher.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/monitoring/application/views/scripts/show/components/grapher.phtml')
-rw-r--r--modules/monitoring/application/views/scripts/show/components/grapher.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/monitoring/application/views/scripts/show/components/grapher.phtml b/modules/monitoring/application/views/scripts/show/components/grapher.phtml
new file mode 100644
index 0000000..0b49e63
--- /dev/null
+++ b/modules/monitoring/application/views/scripts/show/components/grapher.phtml
@@ -0,0 +1,6 @@
+<?php if (isset($graphers)) {
+ foreach ($graphers as $grapher) {
+ echo $grapher->getPreviewHtml($object);
+ }
+} ?>
+