Fixed interface graphs type. Ticket #4110

This commit is contained in:
Arturo Gonzalez 2016-12-19 10:53:01 +01:00
parent 0200fa8263
commit fc5cb47b38
2 changed files with 3 additions and 2 deletions

View File

@ -164,7 +164,7 @@ function custom_graphs_print($id_graph, $height, $width, $period,
$background_color = 'white', $modules_param = array(), $homeurl = '', $background_color = 'white', $modules_param = array(), $homeurl = '',
$name_list = array(), $unit_list = array(), $show_last = true, $name_list = array(), $unit_list = array(), $show_last = true,
$show_max = true, $show_min = true, $show_avg = true, $ttl = 1, $show_max = true, $show_min = true, $show_avg = true, $ttl = 1,
$dashboard = false, $vconsole = false, $percentil = null) { $dashboard = false, $vconsole = false, $percentil = null, $from_interface = false) {
global $config; global $config;

View File

@ -187,7 +187,8 @@ $interface_traffic_modules = array(
1, 1,
false, false,
false, false,
(($show_percentil_95)? 95 : null)); (($show_percentil_95)? 95 : null),
true);
echo '</div>'; echo '</div>';