2012-01-16 Vanessa Gil <vanessa.gil@artica.es>
* godmode/netflow/nf_edit.php godmode/netflow/nf_item_list.php godmode/netflow/nf_report_item.php: Changed name items. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5373 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
df67d27eaf
commit
19c0857a48
|
@ -1,3 +1,9 @@
|
|||
2012-01-16 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/netflow/nf_edit.php
|
||||
godmode/netflow/nf_item_list.php
|
||||
godmode/netflow/nf_report_item.php: Changed name items.
|
||||
|
||||
2012-01-16 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* operation/agentes/estado_monitores.php: Fixed bug: count in the group
|
||||
|
|
|
@ -31,7 +31,7 @@ if (! check_acl ($config["id_user"], 0, "AW")) {
|
|||
}
|
||||
|
||||
//Header
|
||||
ui_print_page_header (__('Manage Netflow Filter'), "images/networkmap/so_cisco_new.png", false, "", true, $buttons);
|
||||
ui_print_page_header (__('Manage Netflow Filter'), "images/networkmap/so_cisco_new.png", false, "", true);
|
||||
|
||||
$delete = (bool) get_parameter ('delete');
|
||||
$multiple_delete = (bool)get_parameter('multiple_delete', 0);
|
||||
|
|
|
@ -125,7 +125,7 @@ $table->head[0] = __('Sort');
|
|||
$table->head[1] = __('Id item');
|
||||
$table->head[2] = __('Filter');
|
||||
$table->head[3] = __('Max values');
|
||||
$table->head[4] = __('Graph');
|
||||
$table->head[4] = __('Item');
|
||||
$table->head[5] = __('Action') .
|
||||
html_print_checkbox('all_delete', 0, false, true, false, 'check_all_checkboxes();');
|
||||
|
||||
|
@ -192,10 +192,10 @@ $last_item = $item_max['id_rc'];
|
|||
$data[4] = 'Pie graph';
|
||||
break;
|
||||
case 2:
|
||||
$data[4] = 'Table values';
|
||||
$data[4] = 'Data table';
|
||||
break;
|
||||
case 3:
|
||||
$data[4] = 'Table total period';
|
||||
$data[4] = 'Statistics table';
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -155,8 +155,8 @@ $table->data[2][0] = '<b>'.__('Elements').'</b>';
|
|||
$show_graph_options = Array();
|
||||
$show_graph_options[0] = __('Area graph');
|
||||
$show_graph_options[1] = __('Pie graph');
|
||||
$show_graph_options[2] = __('Table values');
|
||||
$show_graph_options[3] = __('Total period');
|
||||
$show_graph_options[2] = __('Data table');
|
||||
$show_graph_options[3] = __('Statistics table');
|
||||
|
||||
$table->data[2][1] = html_print_select ($show_graph_options, 'show_graph', $show_graph,'','',0,true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue