The web dashboard now shows just 'history' on the graph

Thu, 19 Feb 2015 16:41:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Feb 2015 16:41:42 +0100
changeset 320
9e419f3c4e49
parent 319
8c454ec761a8
child 321
b95baa89c509

The web dashboard now shows just 'history' on the graph

www-thermferm/liveview.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/liveview.php	Thu Feb 19 16:39:35 2015 +0100
+++ b/www-thermferm/liveview.php	Thu Feb 19 16:41:42 2015 +0100
@@ -133,7 +133,7 @@
 	$outstr .= '       });'.PHP_EOL;
 
 	$outstr .= '       var settings'.$unr.' = {'.PHP_EOL;
-	$outstr .= '         title: "'.$name.' fermentation history",'.PHP_EOL;
+	$outstr .= '         title: "'.$name.' history",'.PHP_EOL;
 	$outstr .= '         description: "",'.PHP_EOL;
 	$outstr .= '         padding: { left: 5, top: 5, right: 5, bottom: 5 },'.PHP_EOL;
 	$outstr .= '         titlePadding: { left: 0, top: 0, right: 0, bottom: 10 },'.PHP_EOL;

mercurial