diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 53001802a4..2076d4633e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-08-16 Javier Lanz + + * extensions/module_groups.php: Fixed table width to 98% + 2011-08-13 Sancho lerena * pandoradb_data.sql: Added default action "Pandora FMS event". diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 12de4e8a31..2da80cdf6f 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -149,7 +149,7 @@ function mainModuleGroups() { $table->align[0] = 'right'; //Align to right the first column. $table->style[0] = 'color: #ffffff; background-color: #778866; font-weight: bolder;'; $table->head = $head; - $table->width = '95%'; + $table->width = '98%'; //The content of table $tableData = array();