From 8635cd0dfb053955eedc81b1d57de3205f1f8c92 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Sat, 28 Jun 2014 18:44:23 +0200 Subject: Use config time_range for canvas graphs --- inc/html.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/html.inc.php') 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) { isset($items['pi']) ? $_GET['pi'] = $items['pi'] : $_GET['pi'] = ''; isset($items['t']) ? $_GET['t'] = $items['t'] : $_GET['t'] = ''; isset($items['ti']) ? $_GET['ti'] = $items['ti'] : $_GET['ti'] = ''; + $_GET['s'] = $time; include $CONFIG['webdir'].'/graph.php'; } else { printf(''."\n", -- cgit v1.1