2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* godmode/events/events.php, operation/netflow/nf_live_view.php: fixed the hook to call a enterprise function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ec07035f45
commit
23d36cbf5c
|
@ -1,3 +1,8 @@
|
|||
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/events/events.php, operation/netflow/nf_live_view.php:
|
||||
fixed the hook to call a enterprise function.
|
||||
|
||||
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/graphs/pChart/pPie.class.php, include/graphs/fgraph.php:
|
||||
|
|
|
@ -86,7 +86,7 @@ switch ($section) {
|
|||
|
||||
include_once($config["homedir"] . '/include/functions_events.php');
|
||||
|
||||
open_meta_frame();
|
||||
enterprise_hook('open_meta_frame');
|
||||
|
||||
switch($section) {
|
||||
case 'edit_filter':
|
||||
|
@ -103,6 +103,5 @@ switch($section) {
|
|||
break;
|
||||
}
|
||||
|
||||
close_meta_frame();
|
||||
|
||||
enterprise_hook('close_meta_frame');
|
||||
?>
|
||||
|
|
|
@ -159,7 +159,7 @@ if (isset($config['netflow_disable_custom_lvfilters'])) {
|
|||
$netflow_disable_custom_lvfilters = $config['netflow_disable_custom_lvfilters'];
|
||||
}
|
||||
|
||||
open_meta_frame();
|
||||
enterprise_hook('open_meta_frame');
|
||||
|
||||
echo '<form method="post" action="' . $config['homeurl'] . 'index.php?sec=netf&sec2=operation/netflow/nf_live_view&pure='.$pure.'">';
|
||||
echo "<table class='databox' width='99%'>";
|
||||
|
@ -381,7 +381,7 @@ if ($draw != '') {
|
|||
$max_aggregates, $connection_name);
|
||||
}
|
||||
|
||||
close_meta_frame();
|
||||
enterprise_hook('close_meta_frame');
|
||||
|
||||
ui_require_jquery_file ("ui-timepicker-addon");
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue