Fixed networkmap path in auto-refresh white list

This commit is contained in:
Arturo Gonzalez 2017-05-10 10:01:23 +02:00
parent 71f8f29107
commit 0fb02ff27a
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ $autorefresh_list_out['enterprise/operation/services/services'] = "services";
$autorefresh_list_out['enterprise/dashboard/main_dashboard'] = "main_dashboard";
$autorefresh_list_out['operation/reporting/graph_viewer'] = "graph_viewer";
$autorefresh_list_out['operation/snmpconsole/snmp_view'] = "snmp_view";
$autorefresh_list_out['operation/agentes/networkmap'] = "networkmap";
$autorefresh_list_out['operation/agentes/pandora_networkmap'] = "networkmap";
$autorefresh_list_out['operation/visual_console/render_view'] = "render_view";
$autorefresh_list_out['operation/events/events'] = "events";