diff options
| author | Pim van den Berg | 2014-06-28 21:29:16 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-06-28 21:29:16 +0200 |
| commit | a40eeeeed1e4ce282ea0c89c800e48f182d3adab (patch) | |
| tree | 60ce1e5551dd85a72f5eed4bdf56a776d0e0d2e8 /inc | |
| parent | Keep the list of plugins sorted (diff) | |
| parent | Use config time_range for canvas graphs (diff) | |
| download | apt-panopticon_cgp-a40eeeeed1e4ce282ea0c89c800e48f182d3adab.zip apt-panopticon_cgp-a40eeeeed1e4ce282ea0c89c800e48f182d3adab.tar.gz apt-panopticon_cgp-a40eeeeed1e4ce282ea0c89c800e48f182d3adab.tar.bz2 apt-panopticon_cgp-a40eeeeed1e4ce282ea0c89c800e48f182d3adab.tar.xz | |
Merge remote-tracking branch 'feandil/time_range'
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/html.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 1efca93..69609d8 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
| @@ -305,6 +305,7 @@ function graphs_from_plugin($host, $plugin, $overview=false) { | |||
| 305 | isset($items['pi']) ? $_GET['pi'] = $items['pi'] : $_GET['pi'] = ''; | 305 | isset($items['pi']) ? $_GET['pi'] = $items['pi'] : $_GET['pi'] = ''; |
| 306 | isset($items['t']) ? $_GET['t'] = $items['t'] : $_GET['t'] = ''; | 306 | isset($items['t']) ? $_GET['t'] = $items['t'] : $_GET['t'] = ''; |
| 307 | isset($items['ti']) ? $_GET['ti'] = $items['ti'] : $_GET['ti'] = ''; | 307 | isset($items['ti']) ? $_GET['ti'] = $items['ti'] : $_GET['ti'] = ''; |
| 308 | $_GET['s'] = $time; | ||
| 308 | include $CONFIG['webdir'].'/graph.php'; | 309 | include $CONFIG['webdir'].'/graph.php'; |
| 309 | } else { | 310 | } else { |
| 310 | printf('<a href="%s%s"><img src="%s%s"></a>'."\n", | 311 | printf('<a href="%s%s"><img src="%s%s"></a>'."\n", |
