mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Changed default width of the status indicator to avoid wrong tactical view
when narrowing the browser width.
This commit is contained in:
parent
83fd7a41b1
commit
b8a6328d6e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user