summaryrefslogtreecommitdiffstats
path: root/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php')
-rw-r--r--library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php b/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php
index 31e4e6c..94d5547 100644
--- a/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php
+++ b/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php
@@ -23,8 +23,8 @@ class HostDetailExtension extends HostDetailExtensionHook
}
$graphs = (string) Graphs::forIcingadbObject($host)
- ->setWidth(440)
- ->setHeight(220)
+ ->setWidth('440')
+ ->setHeight('220')
->setClasses(['object-detail-view'])
->setPreloadDummy()
->setShowNoGraphsFound(false)