Adapt search bar to cluster id_os 100 - #1866
This commit is contained in:
parent
6fd44faad1
commit
632845c9b3
|
@ -106,7 +106,7 @@ if (is_ajax ()) {
|
||||||
|
|
||||||
if($cluster_mode){
|
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) {
|
foreach ($agent_id_os as $key => $value) {
|
||||||
$agent_id_os_array[] = $agent_id_os[$key]['id_os'];
|
$agent_id_os_array[] = $agent_id_os[$key]['id_os'];
|
||||||
|
|
Loading…
Reference in New Issue