Merge branch '67-elementos-mal-colocados-en-informe-de-disponibilidad-integria-4155' into 'develop'

fixed minor error in report availavility

See merge request !185
This commit is contained in:
daniel 2017-02-21 15:39:08 +01:00
commit e4fbef9e47
1 changed files with 2 additions and 2 deletions

View File

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