#10696 fixed select Usage map

This commit is contained in:
Daniel Cebrian 2023-05-16 09:34:59 +02:00
parent 05cc72eb0f
commit 5adcdb1cae
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class Netflow extends Widget
}, 500);
}
});
if(this.value === "usage_map") {
if($("#chart_type").val() === "usage_map") {
$("#data_to_show").show();
$("#aggregated").hide();
} else {