fixed logs search

This commit is contained in:
Gani Georgiev
2024-12-03 12:38:38 +02:00
parent 0661de0604
commit 376627b4cc
31 changed files with 46 additions and 37 deletions

View File

@@ -41,6 +41,7 @@
const normalizedFilter = [presets, CommonHelper.normalizeLogsFilter(filter)]
.filter(Boolean)
.map((f) => "(" + f + ")")
.join("&&");
return ApiClient.logs