Bienvenido a la comunidad de Pandora FMS › Forums › Community support › Pandora Web generic_data_string output problem
-
Pandora Web generic_data_string output problem
Posted by Joao on febrero 6, 2006 at 21:30When generic_data_string type modules return markup, Pandora Web console truncated value for output/formatting reasons. This can lead to inconsistent HTML in displayed page.
Example:
Pandora Web SiteWe’ve fixed this the easiest way 😉 We do not truncate the string.
To keep the displayed page “nice”, you might want to do some other way 😀Nonetheless, we changed the following way:
Code location: pandora_web/operation/agentes/estado_ultimopaquete.php
Code inserted:
else { # Writing string data in different way 🙂
echo ““;
# echo substr($row3[“datos”],0,42);
echo $row3[“datos”];
}Cheers
raul replied 18 years, 9 months ago 3 Members · 3 Replies -
3 Replies