# HG changeset patch # User Michiel Broek # Date 1424360502 -3600 # Node ID 9e419f3c4e49a0445673fafbd27c2164e05e09b5 # Parent 8c454ec761a8d2367caa17f48f7982c1e19980be The web dashboard now shows just 'history' on the graph diff -r 8c454ec761a8 -r 9e419f3c4e49 www-thermferm/liveview.php --- 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;