Changed default width of the status indicator to avoid wrong tactical view

when narrowing the browser width.
This commit is contained in:
Junichi Satoh 2015-07-07 14:14:22 +09:00
parent 83fd7a41b1
commit b8a6328d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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();