diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 676394d732..90e1193574 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-08-24 Sancho Lerena + + * operation/agentes/alerts_status.php: Show description instead name, + and help icon better placed. + 2009-08-24 Miguel de Dios * godmode/reporting/map_builder.php, diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index f9627b1fed..d74215b93d 100644 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -100,7 +100,9 @@ if ($tab != '') { $url = $url.'&tab='.$tab; } -echo "

".__('Pandora agents')." » ".__('Alerts').'

'; +echo "

".__('Pandora agents')." » ".__('Alerts'); +echo print_help_icon ('alert_validation', true); +echo "

"; echo '
'; @@ -133,14 +135,14 @@ $table->size[1] = '25%'; $table->size[2] = '50%'; $table->size[3] = '25%'; $table->size[4] = '20px'; -$table->size[5] = '20px'; +$table->size[5] = '60px'; $table->head = array (); $table->head[0] = ''; $table->head[1] = ''; //Placeholder for name $table->head[2] = __('Template'); $table->head[3] = __('Last fired'); $table->head[4] = __('Status'); -$table->head[5] = __('Validate').print_help_icon ('alert_validation', true); +$table->head[5] = __('Validate'); $table->title = __('Single alerts'); if ($print_agent == 0) { @@ -185,7 +187,7 @@ if (!empty ($table->data)) { $table->title = __('Compound alerts'); $table->head[1] = __('Agent'); -$table->head[2] = __('Name'); +$table->head[2] = __('Description'); $table->data = array (); $combined_total = 0;