diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php
index 91f08ab175..21ddd9d8d8 100755
--- a/pandora_console/godmode/setup/setup_visuals.php
+++ b/pandora_console/godmode/setup/setup_visuals.php
@@ -334,6 +334,14 @@ $table_font->data[$row][1] = html_print_input_text('item_title_size_text',
$config["item_title_size_text"], '', 3, 3, true);
$row++;
+$table_font->data[$row][0] = __('Show units in values report') .
+ ui_print_help_tip(__('This enabling this, max, min and avg values will be shown with units.'), true);
+$table_font->data[$row][1] = __('Yes') . ' ' .
+ html_print_radio_button ('simple_module_value', 1, '', $config["simple_module_value"], true).' ';
+$table_font->data[$row][1] .= __('No') . ' ' .
+ html_print_radio_button ('simple_module_value', 0, '', $config["simple_module_value"], true);
+$row++;
+
echo "