2014-06-24 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_mib_uploader.php: Added additional information. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10276 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
56129c86ff
commit
eda02e75d6
|
@ -1,3 +1,7 @@
|
|||
2014-06-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* operation/snmpconsole/snmp_mib_uploader.php: Added additional information.
|
||||
|
||||
2014-06-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* operation/snmpconsole/snmp_mib_uploader.php: Display information about the
|
||||
|
|
|
@ -63,7 +63,7 @@ $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."));
|
||||
ui_print_info_message(__("MIB files will be installed on the system. Please note that a MIB may depend on other MIB. To customize trap definitions use the SNMP trap editor."));
|
||||
|
||||
echo '<h4>' . __('Index of %s', $directory) . '</h4>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue