2011-08-18 Sergio Martin <sergio.martin@artica.es>
* extensions/snmp_explorer.php godmode/massive/massive_operations.php: Delete snmp enterprise call from massive operations and crean code git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4769 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
76cd03cde4
commit
0659a92368
|
@ -1,3 +1,9 @@
|
|||
2011-08-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php
|
||||
godmode/massive/massive_operations.php: Delete snmp enterprise
|
||||
call from massive operations and crean code
|
||||
|
||||
2011-08-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php
|
||||
|
|
|
@ -341,9 +341,6 @@ function snmp_explorer() {
|
|||
ui_require_jquery_file ('bgiframe');
|
||||
ui_require_jquery_file ('autocomplete');
|
||||
|
||||
// OJO CON ESTO... debe funcionar en la open !
|
||||
// ui_require_javascript_file ('pandora_snmp', ENTERPRISE_DIR.'/include/javascript/');
|
||||
|
||||
?>
|
||||
<script language="javascript" type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
|
|
|
@ -56,13 +56,6 @@ if($policies_options != -1) {
|
|||
$options_policies = array_merge($options_policies, $policies_options);
|
||||
}
|
||||
|
||||
$modules_snmp_options = enterprise_hook('massive_modules_snmp_options');
|
||||
|
||||
if($modules_snmp_options != -1) {
|
||||
$options_modules = array_merge($options_modules, $modules_snmp_options);
|
||||
}
|
||||
|
||||
|
||||
if (in_array($option, array_keys($options_alerts))) {
|
||||
$tab = 'massive_alerts';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue