2013-03-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_events.php, include/functions_html.php, include/functions_graph.php, include/functions_reporting.php, operation/events/events_list.php, operation/events/events.php, operation/agentes/group_view.php: improved source code style. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7859 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7025a8deec
commit
df50d9f731
|
@ -1,3 +1,10 @@
|
|||
2013-03-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_events.php, include/functions_html.php,
|
||||
include/functions_graph.php, include/functions_reporting.php,
|
||||
operation/events/events_list.php, operation/events/events.php,
|
||||
operation/agentes/group_view.php: improved source code style.
|
||||
|
||||
2013-03-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/massive/massive_copy_modules.php: uploaded lost changes
|
||||
|
|
|
@ -1004,7 +1004,8 @@ function reporting_get_stats_modules_status($data, $graph_width = 250, $graph_he
|
|||
$tdata = array();
|
||||
$table_mbs->colspan[count($table_mbs->data)][0] = 4;
|
||||
$table_mbs->cellstyle[count($table_mbs->data)][0] = 'text-align: center;';
|
||||
$tdata[0] = '<div style="margin: auto; width: ' . $graph_width . 'px;">' . graph_agent_status (false, $graph_width, $graph_height, true, true) . '</div>';
|
||||
$tdata[0] = '<div style="margin: auto; width: ' . $graph_width . 'px;">' .
|
||||
graph_agent_status (false, $graph_width, $graph_height, true, true) . '</div>';
|
||||
$table_mbs->rowclass[] = '';
|
||||
$table_mbs->data[] = $tdata;
|
||||
}
|
||||
|
|
|
@ -65,7 +65,8 @@ foreach($groups_full as $group) {
|
|||
}
|
||||
|
||||
if ($config["realtimestats"] == 0) {
|
||||
$updated_time = __('Last update'). " : ". ui_print_timestamp (db_get_sql ("SELECT min(utimestamp) FROM tgroup_stat"), true);
|
||||
$updated_time = __('Last update') . " : " .
|
||||
ui_print_timestamp (db_get_sql ("SELECT min(utimestamp) FROM tgroup_stat"), true);
|
||||
}
|
||||
else {
|
||||
$updated_time = __("Updated at realtime");
|
||||
|
|
Loading…
Reference in New Issue