From: Florian Forster Date: Fri, 2 Feb 2007 20:42:36 +0000 (+0100) Subject: collection.cgi: Reload the images using JavaScript if enabled. X-Git-Tag: collectd-4.0.0-rc4~3^2~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80b7e49d4f56482443fe7ec5d2ed2387944f53b4;p=collectd.git collection.cgi: Reload the images using JavaScript if enabled. --- diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 5c8bd4dd..0f4576b5 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -1819,6 +1819,83 @@ Cache-Control: no-cache + HEADER my $MySelf = defined ($ENV{'GATEWAY_INTERFACE'}) ? $ENV{'SCRIPT_NAME'} : $0; @@ -1836,15 +1913,15 @@ HEADER

Hourly

-
+

Daily

-
+

Weekly

-
+

Monthly

-
+

Yearly

-
+
HTML } elsif (length ($Type) != 0) @@ -1862,15 +1939,15 @@ HTML print <Hourly -
+

Daily

-
+

Weekly

-
+

Monthly

-
+

Yearly

-
+
HTML } else @@ -1898,7 +1975,7 @@ HTML if (ref ($GraphMulti->{$type}) eq 'CODE') { print qq(\t\t), - qq(\n); + qq(\n); next; }