2010-04-30 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/group_view.php: Fixed the group
	1 problem. It was not showed



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2647 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-04-30 11:31:24 +00:00
parent 6306f8e7eb
commit 83e17ce35a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-04-30 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/group_view.php: Fixed the group
1 problem. It was not showed
2010-04-30 Sergio Martin <sergio.martin@artica.es>
* operation/snmpconsole/snmp_view.php: Improved the

View File

@ -76,8 +76,8 @@ echo "<th width='10%'>".__("Alert fired");
// For each valid group for this user, take data from agent and modules
foreach ($groups as $id_group => $group_name) {
if ($id_group < 2)
continue; // Skip group 0 and 1
if ($id_group < 1)
continue; // Skip group 0
// Get stats for this group
$data = get_group_stats($id_group);