mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fixed minor error in report availavility
This commit is contained in:
parent
2abff60380
commit
df0a6086c4
@ -2437,8 +2437,8 @@ function reporting_html_availability(&$table, $item) {
|
||||
$table1->head = array ();
|
||||
$table1->head['max_text'] = __('Agent max value');
|
||||
$table1->head['max'] = __('Max Value');
|
||||
$table1->head['min_text'] = __('Agent min');
|
||||
$table1->head['min'] = __('Agent min Value');
|
||||
$table1->head['min_text'] = __('Agent min value');
|
||||
$table1->head['min'] = __('Min Value');
|
||||
$table1->head['avg'] = __('Average Value');
|
||||
|
||||
$table1->headstyle = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user