diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 469d75b6b1..04aaf9843d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,10 +1,12 @@ 2008-08-27 Raul Mateos + + * operation/agentes/status_monitor.php: Moved legend. + * godmode/menu.php, operation/menu.php: Updated to solve small ugly effects. * include/styles/op.css, god.css: Updated to solve small ugly effects. god.css needs to be changed to the new "version". -2008-08-27 Raul Mateos * install.php: Solved small typos in language. Style correction. 2008-08-25 Sancho lerena diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 14d2065cb3..71533519cd 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -242,16 +242,15 @@ if ($counter > 0) { echo ""; } echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "
"; + echo "  ".__('Monitor up')."  ".__('Monitor down')."
"; } else { echo "
".__('This group doesn\'t have any monitor')."
"; } -echo ""; -echo ""; -echo ""; -echo ""; -echo "
"; -echo "  ".__('Monitor up')."  ".__('Monitor down')."
"; - ?>