From bec7534c783d4d51adb16b380cc0f968097fdd02 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 9 Apr 2012 17:30:17 +0200 Subject: [PATCH] Home: Better power stats --- web/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2