diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4f4383c59c..9e8fd1fa12 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2010-12-28 Sancho Lerena + + * pandoradb_data.sql: Fixed link for current documentation page at + openideas.info Wiki. + + * operation/agentes/graphs.php: Removed divs which makes the empty graphs + render badly. + 2010-12-27 Ramon Novoa * pandoradb_data.sql, include/config_process.php: Updated diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index 08786ecc32..eada36a477 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -122,7 +122,6 @@ else $date = $utime; foreach ($modulesChecked as $idModuleShowGraph => $value) { - echo '
'; echo "

" . $modules[$idModuleShowGraph] . '

'; if ($config['flash_charts']) { echo grafico_modulo_sparse ($idModuleShowGraph, $period, $draw_events, $width, $height, @@ -144,8 +143,7 @@ foreach ($modulesChecked as $idModuleShowGraph => $value) { print_image ($image, false, array ("border" => 0)); } - echo '
'; } echo "
"; -?> \ No newline at end of file +?> diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index e322421aaf..22cd2991eb 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -168,7 +168,7 @@ UNLOCK TABLES; LOCK TABLES `tlink` WRITE; INSERT INTO `tlink` VALUES -(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora_3.x:Documentation'), +(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora'), (2,'Pandora FMS','http://pandorafms.org'), (3,'Report a bug','https://sourceforge.net/tracker/?func=add&group_id=155200&atid=794852'), (4,'Suggest new feature','http://sourceforge.net/tracker/?group_id=155200&atid=794855'),