2013-01-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map_editor.php: fixed the default value for the period in the data item. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7526 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0aa96717e2
commit
2ef59e5087
|
@ -1,3 +1,8 @@
|
|||
2013-01-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_visual_map_editor.php: fixed the default value
|
||||
for the period in the data item.
|
||||
|
||||
2013-01-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_netflow.php,
|
||||
|
|
|
@ -218,7 +218,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
|||
$form_items['period_row'] = array();
|
||||
$form_items['period_row']['items'] = array('module_graph', 'simple_value', 'datos');
|
||||
$form_items['period_row']['html'] = '<td align="left">' . __('Period') . '</td>
|
||||
<td align="left">' . html_print_extended_select_for_time ('period', '', '', '', '', false, true) . '</td>';
|
||||
<td align="left">' . html_print_extended_select_for_time ('period', SECONDS_5MINUTES, '', '', '', false, true) . '</td>';
|
||||
|
||||
|
||||
$form_items['module_graph_size_row'] = array();
|
||||
|
|
Loading…
Reference in New Issue