mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed refresh in metaconsole
This commit is contained in:
parent
9588ddeb1b
commit
dc5a8b8425
@ -370,7 +370,11 @@ $table->data[] = $data;
|
|||||||
$data = array();
|
$data = array();
|
||||||
|
|
||||||
$autorefresh_list_out = array();
|
$autorefresh_list_out = array();
|
||||||
|
if(is_metaconsole()) {
|
||||||
|
$autorefresh_list_out['monitoring/tactical'] = "tactical";
|
||||||
|
} else {
|
||||||
$autorefresh_list_out['operation/agentes/tactical'] = "tactical";
|
$autorefresh_list_out['operation/agentes/tactical'] = "tactical";
|
||||||
|
}
|
||||||
$autorefresh_list_out['operation/agentes/group_view'] = "group_view";
|
$autorefresh_list_out['operation/agentes/group_view'] = "group_view";
|
||||||
$autorefresh_list_out['operation/agentes/estado_agente'] = "agent_status";
|
$autorefresh_list_out['operation/agentes/estado_agente'] = "agent_status";
|
||||||
$autorefresh_list_out['operation/agentes/alerts_status'] = "alerts_status";
|
$autorefresh_list_out['operation/agentes/alerts_status'] = "alerts_status";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user