aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-10 17:50:26 +1000
committeronefang2019-12-10 17:50:26 +1000
commitc0a35b21e083f5e2b73bb199e4df4ab20f458655 (patch)
tree7834539a7680951bbe3ae66142c4eb1c905c0396
parentPoint to the apt-panopticon maintaned RRD database. (diff)
downloadapt-panopticon_cgp-c0a35b21e083f5e2b73bb199e4df4ab20f458655.zip
apt-panopticon_cgp-c0a35b21e083f5e2b73bb199e4df4ab20f458655.tar.gz
apt-panopticon_cgp-c0a35b21e083f5e2b73bb199e4df4ab20f458655.tar.bz2
apt-panopticon_cgp-c0a35b21e083f5e2b73bb199e4df4ab20f458655.tar.xz
Add another small help instruction.
-rw-r--r--host.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/host.php b/host.php
index 8c2f0a7..595b5aa 100644
--- a/host.php
+++ b/host.php
@@ -17,6 +17,7 @@ printf("<fieldset id=\"%s\">", htmlentities($host));
17printf("<legend>%s</legend>", htmlentities($host)); 17printf("<legend>%s</legend>", htmlentities($host));
18 18
19 echo <<<EOT 19 echo <<<EOT
20<p>Click on a graph to explore it.</p>
20<input type="checkbox" id="navicon" class="navicon" /> 21<input type="checkbox" id="navicon" class="navicon" />
21<label for="navicon"></label> 22<label for="navicon"></label>
22 23