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:
parent
877dbf94cc
commit
be22946f3a
|
@ -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.
|
||||
|
|
|
@ -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>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue