From 54a2a599917bb8296395f2ce1e55577fcc8d38c4 Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Mon, 27 Apr 2026 23:54:29 +0200 Subject: [PATCH] ui(qualys/agents): renomme bouton Check en Troubleshooting --- app/templates/qualys_agents.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/qualys_agents.html b/app/templates/qualys_agents.html index 32c3a51..9c9a4ff 100644 --- a/app/templates/qualys_agents.html +++ b/app/templates/qualys_agents.html @@ -300,7 +300,7 @@ function refreshAgents(mode) { {{ a.agent_version or '-' }} {% if a.last_checkin %}{{ (a.last_checkin|string)[:10] }}{% else %}-{% endif %} {{ a.etat or '-' }} - Check + Troubleshooting {% endfor %}