summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/Graphs.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-09-16 20:38:36 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-09-16 20:38:36 +0200
commit303af5df15b6fabfb56cfb12482fef9809873f09 (patch)
treebb9729f374c673ba3589ef880444ba2ffb790a17 /lib/Smokeping/Graphs.pm
parent823350a44e048d358bb7545eca95d2c43b447105 (diff)
downloadsmokeping-303af5df15b6fabfb56cfb12482fef9809873f09.tar.gz
smokeping-303af5df15b6fabfb56cfb12482fef9809873f09.tar.xz
added missing hidden fields to zooming graph
Diffstat (limited to 'lib/Smokeping/Graphs.pm')
-rw-r--r--lib/Smokeping/Graphs.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Smokeping/Graphs.pm b/lib/Smokeping/Graphs.pm
index 895e3cb..ab8158c 100644
--- a/lib/Smokeping/Graphs.pm
+++ b/lib/Smokeping/Graphs.pm
@@ -288,6 +288,8 @@ sub get_multi_detail ($$$$;$){
. "<p>Time range: "
. $q->textfield(-name=>'start',-default=>$startstr)
. "&nbsp;&nbsp;to&nbsp;&nbsp;".$q->textfield(-name=>'end',-default=>$endstr)
+ . $q->hidden(-name=>'epoch_start',-id=>'epoch_start',-default=>$start)
+ . $q->hidden(-name=>'epoch_end',-id=>'epoch_end',-default=>time())
. $q->hidden(-name=>'target' )
. $q->hidden(-name=>'displaymode',-default=>$mode )
. "&nbsp;"