2014-06-24 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_mib_uploader.php: Display information about the MIB uploader. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10275 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
755da83707
commit
56129c86ff
|
@ -1,3 +1,8 @@
|
|||
2014-06-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* operation/snmpconsole/snmp_mib_uploader.php: Display information about the
|
||||
MIB uploader.
|
||||
|
||||
2014-06-24 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* include/functions_networkmap.php: Modified the function
|
||||
|
|
|
@ -63,6 +63,8 @@ $available_directories[$directory] = $directory;
|
|||
|
||||
$real_directory = realpath ($config['homedir'] . '/' . $directory);
|
||||
|
||||
ui_print_info_message(__("MIB files will be installed on the system. To customize trap definitions use the SNMP trap editor."));
|
||||
|
||||
echo '<h4>' . __('Index of %s', $directory) . '</h4>';
|
||||
|
||||
filemanager_file_explorer($real_directory,
|
||||
|
|
Loading…
Reference in New Issue