diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5f263bb707..71bd76d6f0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-06-08 Miguel de Dios + + * operation/agentes/alerts_status.php: fixed the style in the list of + alerts. + 2010-06-07 Raúl Mateos * godmode/agentes/agent_conf_gis.php: Changed warning text and style. diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index 3f710ae2dc..84aeff32ae 100644 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -130,8 +130,8 @@ if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) { $table->size[1] = '20px'; $table->size[2] = '25%'; $table->size[3] = '25%'; - $table->size[4] = '50%'; - $table->size[5] = '25%'; + $table->size[4] = '30%'; + $table->size[5] = '30%'; $table->size[6] = '20px'; $table->size[7] = '60px';