From ce2dba2f58b8dacbf0569d31d40e2c001c1cc0ab Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Wed, 25 Jun 2025 17:20:19 +0300 Subject: [WebUI] Add fuzzy flag selectors to Scan/Learn tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Populate selectors with symbols and flags from writable fuzzy storages. - Cache each server’s config_id to avoid redundant `/plugins/fuzzy/storages` calls. - Dynamically show, hide, and disable controls based on fuzzy_check module availability and storage writability. --- interface/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'interface/index.html') diff --git a/interface/index.html b/interface/index.html index 61487ce29..30181e788 100644 --- a/interface/index.html +++ b/interface/index.html @@ -453,7 +453,8 @@
- + +
@@ -495,6 +496,7 @@
+
-- cgit v1.2.3