mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2010-07-05 Raul Mateos <raulofpandora@gmail.com>
* include/functions.php, include/functions_reporting.php: Cleaned code. Fixed "Summatory" typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2961 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1203784e8c
commit
76ed670629
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-05 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* include/functions.php, include/functions_reporting.php: Cleaned code.
|
||||||
|
Fixed "Summatory" typo.
|
||||||
|
|
||||||
2010-07-05 Sancho Lerena <slerena@artica.es>
|
2010-07-05 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_console_upgrade: Changed permissions (was 640).
|
* pandora_console_upgrade: Changed permissions (was 640).
|
||||||
|
@ -614,7 +614,7 @@ function get_report_types () {
|
|||||||
$types['avg_value'] = __('Avg. Value');
|
$types['avg_value'] = __('Avg. Value');
|
||||||
$types['max_value'] = __('Max. Value');
|
$types['max_value'] = __('Max. Value');
|
||||||
$types['min_value'] = __('Min. Value');
|
$types['min_value'] = __('Min. Value');
|
||||||
$types['sumatory'] = __('Sumatory');
|
$types['sumatory'] = __('Summatory');
|
||||||
//$types['agent_detailed'] = __('Agent detailed view');
|
//$types['agent_detailed'] = __('Agent detailed view');
|
||||||
$types['text'] = __('Text');
|
$types['text'] = __('Text');
|
||||||
$types['sql'] = __('SQL query');
|
$types['sql'] = __('SQL query');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Pandora FMS - http://pandorafms.com
|
// Pandora FMS - http://pandorafms.com
|
||||||
// ==================================================
|
// ==================================================
|
||||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||||
// Please see http://pandorafms.org for full contribution list
|
// Please see http://pandorafms.org for full contribution list
|
||||||
|
|
||||||
// This program is free software; you can redistribute it and/or
|
// This program is free software; you can redistribute it and/or
|
||||||
@ -1839,7 +1839,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) {
|
|||||||
case 'sumatory':
|
case 'sumatory':
|
||||||
//RUNNING
|
//RUNNING
|
||||||
$data = array ();
|
$data = array ();
|
||||||
$data[0] = $sizh.__('Sumatory').$sizhfin;
|
$data[0] = $sizh.__('Summatory').$sizhfin;
|
||||||
$data[1] = $sizh.$agent_name.' - '.$module_name.$sizhfin;
|
$data[1] = $sizh.$agent_name.' - '.$module_name.$sizhfin;
|
||||||
$data[2] = $sizh.human_time_description ($content['period']).$sizhfin;
|
$data[2] = $sizh.human_time_description ($content['period']).$sizhfin;
|
||||||
array_push ($table->data, $data);
|
array_push ($table->data, $data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user