From b8a6328d6eb5bd975a95a2f55cbdc9249c34fcda Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Tue, 7 Jul 2015 14:14:22 +0900 Subject: [PATCH] Changed default width of the status indicator to avoid wrong tactical view when narrowing the browser width. --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 55733ed251..23a9787605 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1917,7 +1917,7 @@ function reporting_get_stats_agents_monitors($data) { return $output; } -function reporting_get_stats_indicators($data, $width = 280, $height = 20, $html = true) { +function reporting_get_stats_indicators($data, $width = 160, $height = 20, $html = true) { $table_ind = html_get_predefined_table(); $servers = array();