mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#8278 Fixed graph
This commit is contained in:
parent
9474dc9dbc
commit
79757d8f4b
@ -1574,7 +1574,9 @@ function graphic_combined_module(
|
|||||||
$date_array['final_date'] = $params['date'];
|
$date_array['final_date'] = $params['date'];
|
||||||
$date_array['start_date'] = ($params['date'] - $params['period']);
|
$date_array['start_date'] = ($params['date'] - $params['period']);
|
||||||
|
|
||||||
$server_name = metaconsole_get_server_by_id($modules[0]['server']);
|
if (is_metaconsole()) {
|
||||||
|
$server_name = metaconsole_get_server_by_id($modules[0]['server']);
|
||||||
|
}
|
||||||
|
|
||||||
if ($params_combined['projection']) {
|
if ($params_combined['projection']) {
|
||||||
$output_projection = forecast_projection_graph(
|
$output_projection = forecast_projection_graph(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user