From 744f082841f5726377315360314d81716ad26cb9 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 20 Apr 2015 08:44:06 +0200 Subject: [PATCH] Delete order in field Data in monitor detail, tiquet: #2060 --- .../operation/agentes/status_monitor.php | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index c381460d9c..e35450d2b5 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -654,22 +654,6 @@ switch ($sortField) { break; } break; - case 'data': - switch ($sort) { - case 'up': - $selectDataUp = $selected; - $order = array( - 'field' => 'tagente_estado.datos', - 'order' => 'ASC'); - break; - case 'down': - $selectDataDown = $selected; - $order = array( - 'field' => 'tagente_estado.datos', - 'order' => 'DESC'); - break; - } - break; case 'timestamp': switch ($sort) { case 'up': @@ -989,11 +973,6 @@ $table->head[8] = __('Warn'); $table->align[8] = "left"; $table->head[9] = __('Data'); -if (! defined ('METACONSOLE')) { - $table->head[9] .= ' ' . html_print_image("images/sort_up.png", true, array("style" => $selectDataUp, "alt" => "up")) . '' . - '' . html_print_image("images/sort_down.png", true, array("style" => $selectDataDown, "alt" => "down")) . ''; -} - $table->align[9] = "left"; $table->head[10] = __('Timestamp');