Adapt search bar to cluster id_os 100 - #1866

This commit is contained in:
enriquecd 2018-03-22 11:04:19 +01:00
parent 6fd44faad1
commit 632845c9b3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if (is_ajax ()) {
if($cluster_mode){
$agent_id_os = db_get_all_rows_sql('select id_os from tconfig_os where id_os != 21');
$agent_id_os = db_get_all_rows_sql('select id_os from tconfig_os where id_os != 100');
foreach ($agent_id_os as $key => $value) {
$agent_id_os_array[] = $agent_id_os[$key]['id_os'];