diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index b888c681dc..999a4b3703 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -249,7 +249,7 @@ if ($get_module_detail) { foreach ($columns as $col => $attr) { if ($attr[1] != "modules_format_data") { - $data[] = $attr[1] ($row[$attr[0]]); + $data[] = date('d F Y - h:i:s A', $row['utimestamp']); } elseif (($config['command_snapshot']) && (preg_match ("/[\n]+/i", $row[$attr[0]]))) { diff --git a/pandora_console/mobile/operation/modules.php b/pandora_console/mobile/operation/modules.php index 70ea40c20b..7abbbdf572 100644 --- a/pandora_console/mobile/operation/modules.php +++ b/pandora_console/mobile/operation/modules.php @@ -547,14 +547,20 @@ class Modules { $output = $sub_string; } } - + if (is_snapshot($module['datos'])){ + '' . + '' . + '' . + $output . '' . ''; + } + else{ $row[7] = $row[__('Data')] = '' . '' . '' . $output . '' . ''; - + } if (!$ajax) { if ($this->columns['agent']) { unset($row[0]);