From 56b641871666f554d3589bc71d4a91b031fa1fa8 Mon Sep 17 00:00:00 2001 From: marcos Date: Thu, 17 Jun 2021 15:04:21 +0200 Subject: [PATCH] add not condition filter --- pandora_console/operation/agentes/status_monitor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 387b1d5897..90d767af68 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -2050,14 +2050,14 @@ function changeNotConditionStatus() { document.getElementById("select2-modulegroup-container").innerHTML = "None"; document.getElementById("select2-tag_filter-container").innerHTML = "None"; $('select[name=datatypebox] > option:first-child').val('None'); - + $('#datatypebox option:first').text('None'); }else { document.getElementById("select2-status-container").innerHTML = "All"; document.getElementById("select2-moduletype-container").innerHTML = "All"; document.getElementById("select2-ag_group-container").innerHTML = "All"; document.getElementById("select2-modulegroup-container").innerHTML = "All"; document.getElementById("select2-tag_filter-container").innerHTML = "All"; - $('select[name=datatypebox] > option:first-child').val('None'); + $('#datatypebox option:first').text('All'); }