2007-09-20 Sancho Lerena <slerena@gmail.com>

* operation/agentes/estado_alertas.php: Alert icon is now the box icon.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@658 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-09-21 13:57:58 +00:00
parent a34b039176
commit 5ee350b3f0
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2007-09-20 Sancho Lerena <slerena@gmail.com>
* operation/agentes/estado_alertas.php: Alert icon is now the box icon.
* view_server.php, tactical.php: Solved bug in lagcheck for down modules.
* godmode/agentes/manage_config.php: Agent ordered by name in destination box.

View File

@ -110,9 +110,9 @@ if (isset($_GET["id_agente"])){
}
echo "<td align='center' class='".$tdcolor."'>".$data["times_fired"]."</td>";
if ($data["times_fired"] <> 0)
echo "<td class='".$tdcolor."' align='center'><img src='images/dot_red.png'></td>";
echo "<td class='".$tdcolor."' align='center'><img width='20' height='9' src='images/pixel_red.png'></td>";
else
echo "<td class='".$tdcolor."' align='center'><img src='images/dot_green.png'></td>";
echo "<td class='".$tdcolor."' align='center'><img width='20' height='9' src='images/pixel_green.png'></td>";
}
echo '</table>';