From c94d95294851ecd6c558926958e428870716ebf1 Mon Sep 17 00:00:00 2001 From: Khalid MOUTAOUAKIL Date: Mon, 6 Apr 2026 23:07:21 +0200 Subject: [PATCH] Fix resync: retirer data-loading, ajouter texte explication cache 10min Co-Authored-By: Claude Opus 4.6 (1M context) --- app/templates/qualys_search.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/templates/qualys_search.html b/app/templates/qualys_search.html index d939b85..7765ce8 100644 --- a/app/templates/qualys_search.html +++ b/app/templates/qualys_search.html @@ -38,11 +38,13 @@ {% endif %} {% if search %}
-

- {% if api_msg %}{{ api_msg }}{% else %}{{ assets|length }} résultat(s){% endif %} - {% if cache_info %}(cache: {{ cache_info.active }} entrées){% endif %} -

- Resync temps réel +
+

+ {% if api_msg %}{{ api_msg }}{% else %}{{ assets|length }} résultat(s){% endif %} +

+

Les résultats sont mis en cache pendant 10 minutes. Cliquez sur "Resync" pour forcer un appel API Qualys en temps réel.

+
+ Resync API
{% endif %}