Added refresh in cluster_view

This commit is contained in:
danielmaya 2018-02-02 11:49:53 +01:00
parent 88fddf3032
commit 1f47f2f1a9
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ $autorefresh_list_out['operation/snmpconsole/snmp_view'] = "snmp_view";
$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";
$autorefresh_list_out['godmode/reporting/cluster_view'] = "cluster_view";
$autorefresh_list_out['enterprise/godmode/reporting/cluster_view'] = "cluster_view";
if(!isset($autorefresh_list)){
$select = db_process_sql("SELECT autorefresh_white_list FROM tusuario WHERE id_user = '" . $config['id_user'] . "'");