From 51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc Mon Sep 17 00:00:00 2001
From: Pim van den Berg
Date: Mon, 20 May 2013 22:51:44 +0200
Subject: start using fieldset + legend for showing data
---
inc/html.inc.php | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'inc')
diff --git a/inc/html.inc.php b/inc/html.inc.php
index a0e2c8d..0a33da5 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -91,7 +91,7 @@ EOT;
function plugin_header($host, $plugin) {
global $CONFIG;
- return printf("
\n", $CONFIG['weburl'], $host, $plugin, $plugin);
+ return printf("\n", $CONFIG['weburl'], $host, $plugin, $plugin);
}
function plugins_list($host, $selected_plugins = array()) {
@@ -100,7 +100,7 @@ function plugins_list($host, $selected_plugins = array()) {
$plugins = collectd_plugins($host);
echo '';
- echo '
Plugins
';
+ echo '
Plugins
';
echo '
';
printf("- overview
\n",
@@ -158,11 +158,13 @@ function selected_timerange($value1, $value2) {
return '';
}
-function host_summary($hosts) {
+function host_summary($cat, $hosts) {
global $CONFIG;
$rrd = new RRDTool($CONFIG['rrdtool']);
+ printf('\n";
}
--
cgit v1.1