From c3b60812e085016deb3250f56ff7bffed9b8921c Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 30 Apr 2015 08:46:41 +0200 Subject: [PATCH] Delete option, in home screen, only in insterprise servers. Tiquet: #2128 --- pandora_console/operation/users/user_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index bc5ff394c4..efbf796252 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -282,7 +282,6 @@ if (!$meta) { $data[1] = __('Home screen'). ui_print_help_tip(__('User can customize the home page. By default, will display \'Agent Detail\'. Example: Select \'Other\' and type sec=estado&sec2=operation/agentes/estado_agente to show agent detail view'), true); $values = array ( 'Default' =>__('Default'), - 'Dashboard'=>__('Dashboard'), 'Visual console'=>__('Visual console'), 'Event list'=>__('Event list'), 'Group view'=>__('Group view'),