Merge branch '1866-Add-search-bar-to-cluster-agent-aggregator-id_os_100' into 'develop'

Adapt search bar to cluster id_os 100 - #1866

See merge request artica/pandorafms!1389
This commit is contained in:
vgilc 2018-03-22 11:49:08 +01:00
commit 19ec892e6b
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'];