From 727ed753a9c540c71f00bafa6e43ad4cb42321f2 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 16:37:53 +0200 Subject: responsive: introduce a hamburger navicon to toggle the menu on smaller devices --- detail.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 8978350..3cd7155 100644 --- a/detail.php +++ b/detail.php @@ -30,6 +30,12 @@ html_start(); printf('
', htmlentities($host)); printf('%s', htmlentities($host)); + echo << + + +EOT; + if (!$plugins = collectd_plugins($host)) { echo "Unknown host\n"; return false; -- cgit v1.1