From: Martin Mares Date: Mon, 9 Apr 2012 15:30:17 +0000 (+0200) Subject: Home: Better power stats X-Git-Tag: v1.5~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bec7534c783d4d51adb16b380cc0f968097fdd02;p=arexx.git Home: Better power stats --- diff --git a/web/index.cgi b/web/index.cgi index 519eec0..73d4fd6 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -38,7 +38,7 @@ sub links(@) { print "

Temperature:", links("temp-", "quick", "12h", "48h", "month"), "\n"; print "

Humidity:", links("rh-", "12h", "48h", "month"), "\n"; -print "

Power:", links("power-", "2h", "2h-detail", "day", "day-detail", "month"), "\n"; +print "

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";