From 5577d21e494d5f088c88931ba591564cdffb4610 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 7 Nov 2016 09:51:37 +0100 Subject: [PATCH] Fixed mobile version --- pandora_console/mobile/operation/modules.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pandora_console/mobile/operation/modules.php b/pandora_console/mobile/operation/modules.php index 7abbbdf572..70ea40c20b 100644 --- a/pandora_console/mobile/operation/modules.php +++ b/pandora_console/mobile/operation/modules.php @@ -547,20 +547,14 @@ 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]);