2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_prediction.php: Added module postprocess in prediction module. Fixes: #3480054 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5446 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c6aa5c99c0
commit
f6c3b65da2
|
@ -1,3 +1,10 @@
|
|||
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_prediction.php: Added module
|
||||
postprocess in prediction module.
|
||||
|
||||
Fixes: #3480054
|
||||
|
||||
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.editor.js
|
||||
|
|
|
@ -30,7 +30,7 @@ $is_synthetic = false;
|
|||
$is_synthetic_avg = false;
|
||||
$is_netflow = false;
|
||||
$ops = false;
|
||||
if ($row !== false && is_array($row)) {
|
||||
if ($row !== false && is_array($row)) {
|
||||
$prediction_module = $row['prediction_module'];
|
||||
$custom_integer_2 = $row ['custom_integer_2'];
|
||||
// Services are an Enterprise feature.
|
||||
|
@ -164,8 +164,7 @@ if ($netflow_module_form !== ENTERPRISE_NOT_HOOK) {
|
|||
|
||||
/* Removed common useless parameter */
|
||||
unset ($table_advanced->data[3]);
|
||||
unset ($table_advanced->data[2][2]);
|
||||
unset ($table_advanced->data[2][3]);
|
||||
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Reference in New Issue