mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-1581-graficas-de-interfaces-se-abren-mal' into 'develop'
Fixed first click on interface graphs See merge request artica/pandorafms!1070
This commit is contained in:
commit
0c8315ec9f
@ -139,7 +139,7 @@ $interface_traffic_modules = array(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get input parameters
|
// Get input parameters
|
||||||
$period = get_parameter ("period");
|
$period = get_parameter ("period", SECONDS_1DAY);
|
||||||
$width = (int) get_parameter("width", 555);
|
$width = (int) get_parameter("width", 555);
|
||||||
$height = (int) get_parameter("height", 245);
|
$height = (int) get_parameter("height", 245);
|
||||||
$start_date = (string) get_parameter("start_date", date("Y-m-d"));
|
$start_date = (string) get_parameter("start_date", date("Y-m-d"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user