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 %}