diff options
| author | Pim van den Berg | 2009-10-10 17:38:10 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2009-10-10 17:38:10 +0200 |
| commit | 43a88bde291c9b9921a44a4b171db34cd58d67f8 (patch) | |
| tree | 281495d5b741387e4b0737cde1e1eb8cd5b9b281 | |
| parent | cpu graph for hosts running a 2.4 kernel (diff) | |
| download | apt-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.
| -rw-r--r-- | detail.php | 2 | ||||
| -rw-r--r-- | host.php | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -21,7 +21,7 @@ $seconds = $_GET['s']; | |||
| 21 | 21 | ||
| 22 | html_start(); | 22 | html_start(); |
| 23 | 23 | ||
| 24 | printf('<h2><a href="%s">«</a> %s</h2>'."\n", | 24 | printf('<h2><a href="%s">%s</a></h2>'."\n", |
| 25 | $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host | 25 | $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host |
| 26 | ); | 26 | ); |
| 27 | 27 | ||
| @@ -9,7 +9,7 @@ $splugin = $_GET['p']; | |||
| 9 | 9 | ||
| 10 | html_start(); | 10 | html_start(); |
| 11 | 11 | ||
| 12 | printf('<h2><a href="%s">«</a> %s</h2>'."\n", $CONFIG['weburl'], $host); | 12 | printf('<h2>%s</h2>'."\n", $host); |
| 13 | 13 | ||
| 14 | $plugins = collectd_plugins($host); | 14 | $plugins = collectd_plugins($host); |
| 15 | 15 | ||
