2009-03-17 Evi Vanoost <vanooste@rcbi.rochester.edu>
* operation/snmpconsole/snmp_view.php: Fixes bug #2661421 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1543 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d7731a234f
commit
ae5e1bbd49
|
@ -1,3 +1,7 @@
|
|||
2009-03-17 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* operation/snmpconsole/snmp_view.php: Fixes bug #2661421
|
||||
|
||||
2009-03-17 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* include/functions_html.php: Do not add id counter if it's 0 on
|
||||
|
|
|
@ -314,7 +314,7 @@ foreach ($traps as $trap) {
|
|||
if (empty ($data[4])) {
|
||||
$data[4] = __('N/A');
|
||||
} elseif (strlen ($trap["value_custom"]) > 15) {
|
||||
$data[4] = '<span title="'.$trap["custom_value"].'">'.$data[4].'...</span>';
|
||||
$data[4] = '<span title="'.$trap["value_custom"].'">'.$data[4].'...</span>';
|
||||
}
|
||||
|
||||
//User
|
||||
|
|
Loading…
Reference in New Issue