diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cdaacef32f..76500d110d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-12-05 Dario Rodriguez + + * mobile/operation/agents.php: Removed a filter option which + didn't work. + 2013-12-03 Junichi Satoh * include/functions_treeview.php: Fixed sql error in tag tab. diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index 0b0a134bd0..12fb443a40 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -31,7 +31,6 @@ class Agents { $this->list_status = array( -1 => __('All'), AGENT_MODULE_STATUS_CRITICAL_BAD => __('Critical'), - AGENT_MODULE_STATUS_CRITICAL_ALERT => __('Alert'), AGENT_MODULE_STATUS_NORMAL => __('Normal'), AGENT_MODULE_STATUS_WARNING => __('Warning'), AGENT_MODULE_STATUS_UNKNOWN => __('Unknown'));