aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/host.php
diff options
context:
space:
mode:
authorPim van den Berg2009-10-10 17:38:10 +0200
committerPim van den Berg2009-10-10 17:38:10 +0200
commit43a88bde291c9b9921a44a4b171db34cd58d67f8 (patch)
tree281495d5b741387e4b0737cde1e1eb8cd5b9b281 /host.php
parentcpu graph for hosts running a 2.4 kernel (diff)
downloadapt-panopticon_cgp-43a88bde291c9b9921a44a4b171db34cd58d67f8.zip
apt-panopticon_cgp-43a88bde291c9b9921a44a4b171db34cd58d67f8.tar.gz
apt-panopticon_cgp-43a88bde291c9b9921a44a4b171db34cd58d67f8.tar.bz2
apt-panopticon_cgp-43a88bde291c9b9921a44a4b171db34cd58d67f8.tar.xz
remove laquo from navigation
You can always return to the main page via the header. From the detail page you can return to the host page by clicking the hostname.
Diffstat (limited to 'host.php')
-rw-r--r--host.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/host.php b/host.php
index e8979aa..f98ca99 100644
--- a/host.php
+++ b/host.php
@@ -9,7 +9,7 @@ $splugin = $_GET['p'];
9 9
10html_start(); 10html_start();
11 11
12printf('<h2><a href="%s">&laquo;</a> %s</h2>'."\n", $CONFIG['weburl'], $host); 12printf('<h2>%s</h2>'."\n", $host);
13 13
14$plugins = collectd_plugins($host); 14$plugins = collectd_plugins($host);
15 15