diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 649c7f2997..dc1b29dae1 100644 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -168,13 +168,22 @@ if ($get_module_detail) { "modules_format_data", "align" => "left", "width" => "230px"), - "Time" => array( + ); + + if($config['prominent_time']=='comparation'){ + $columns["Time"] = array( "utimestamp", "modules_format_time", "align" => "left", - "width" => "50px") - ); - + "width" => "50px"); + }else{ + $columns["Timestamp"] = array( + "utimestamp", + "modules_format_timestamp", + "align" => "left", + "width" => "50px"); + } + if ($selection_mode == "fromnow") { $date = get_system_time(); $period = $period;