From e1aa9c368e3ad73b576d4410ffc937d1d03c50f1 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Fri, 25 Apr 2008 18:34:31 +0000 Subject: honour the 'linkstyle' variable when zooming --- CHANGES | 3 +++ lib/Smokeping.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6ed1360..c4e17fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* honour the 'linkstyle' variable when zooming + -- niko, reported by Wolfgang Tremmel as Debian bug #476404 + * the 'ralf' fix for cgi which is not able to read the secrets file. -- tobi * display "all the smoke" even when it gets cut at the top end of the graph diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 13dac78..50fad0f 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -1378,7 +1378,7 @@ sub get_detail ($$$$;$){ # $page .= (time-$timer_start)."
"; # $page .= join " ",map {"'$_'"} @task; $page .= "
"; - $page .= ( qq{' + $page .= ( qq{param('target').$s.'">' . qq{}."" ); #" $page .= ""; } -- cgit v1.2.3-24-g4f1b