]> mj.ucw.cz Git - arexx.git/commitdiff
Home: Better power stats
authorMartin Mares <mj@ucw.cz>
Mon, 9 Apr 2012 15:30:17 +0000 (17:30 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 9 Apr 2012 15:30:17 +0000 (17:30 +0200)
web/index.cgi

index 519eec02dc624fa2c0097e927df3f1e795803eaf..73d4fd619eb23bebd75ecc52cd928ef3305ba2a9 100755 (executable)
@@ -38,7 +38,7 @@ sub links(@) {
 
 print "<p>Temperature:", links("temp-", "quick", "12h", "48h", "month"), "\n";
 print "<p>Humidity:", links("rh-", "12h", "48h", "month"), "\n";
-print "<p>Power:", links("power-", "2h", "2h-detail", "day", "day-detail", "month"), "\n";
+print "<p>Power:", links("power-", "2h", "2h-detail", "day", "day-detail", "48h", "48h-detail", "week", "month"), "\n";
 
 if ($graph =~ /^power-/) {
        $graph = "http://micac.burrow.ucw.cz/cgi-bin/$graph";