diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
index 7da9ca15f2..9392d03ad4 100644
--- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
+++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
@@ -379,7 +379,7 @@ class DiscoveryTaskList extends Wizard
// Status.
$table->headstyle[5] .= 'min-width: 100px; width: 100px;';
// Task type.
- $table->headstyle[6] .= 'min-width: 150px; width: 150px;';
+ $table->headstyle[6] .= 'min-width: 200px; width: 150px;';
// Progress.
$table->headstyle[7] .= 'min-width: 150px; width: 150px;';
// Updated at.
diff --git a/pandora_console/include/functions_clippy.php b/pandora_console/include/functions_clippy.php
index f3bc6a5967..67999a75e0 100644
--- a/pandora_console/include/functions_clippy.php
+++ b/pandora_console/include/functions_clippy.php
@@ -296,7 +296,7 @@ function clippy_context_help($help=null)
$code = str_replace('{clippy}', '#'.$id, $code);
$code = str_replace('{clippy_obj}', 'intro_'.$id, $code);
- $return = $code.'
'.html_print_image(
+ $return = $code.'
diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php
index e497b7bad1..1193d84c51 100755
--- a/pandora_console/include/functions_ui.php
+++ b/pandora_console/include/functions_ui.php
@@ -2673,6 +2673,7 @@ function ui_print_module_status(
$options['style'] .= 'width: 50px;';
$options['style'] .= 'height: 2em;';
+ $options['style'] .= 'display: inline-block;';
include_once __DIR__.'/functions_modules.php';
$options['style'] .= 'background: '.modules_get_color_status($status).';';
diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php
index 3cff3c83ae..112d02a933 100755
--- a/pandora_console/operation/agentes/estado_monitores.php
+++ b/pandora_console/operation/agentes/estado_monitores.php
@@ -169,10 +169,10 @@ $html_toggle = ob_get_clean();
ui_toggle(
$html_toggle,
- __('List of modules').ui_print_help_tip(
+ __('List of modules').$help_not_init.ui_print_help_tip(
__('To see the list of modules paginated, enable this option in the Styles Configuration.'),
true
- ).$help_not_init.reporting_tiny_stats(
+ ).reporting_tiny_stats(
$agent,
true,
'modules',