fix bug when accessing certain views as home screen
This commit is contained in:
parent
76d9ca9db5
commit
8c046ecdc6
|
@ -520,17 +520,17 @@ if (! isset($config['id_user'])) {
|
|||
break;
|
||||
|
||||
case 'Group view':
|
||||
$_GET['sec'] = 'estado';
|
||||
$_GET['sec'] = 'view';
|
||||
$_GET['sec2'] = 'operation/agentes/group_view';
|
||||
break;
|
||||
|
||||
case 'Alert detail':
|
||||
$_GET['sec'] = 'estado';
|
||||
$_GET['sec'] = 'view';
|
||||
$_GET['sec2'] = 'operation/agentes/alerts_status';
|
||||
break;
|
||||
|
||||
case 'Tactical view':
|
||||
$_GET['sec'] = 'estado';
|
||||
$_GET['sec'] = 'view';
|
||||
$_GET['sec2'] = 'operation/agentes/tactical';
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue