ui(qualys/agents): renomme bouton Check en Troubleshooting

This commit is contained in:
Pierre & Lumière 2026-04-27 23:54:29 +02:00
parent 437b1ed172
commit 54a2a59991

View File

@ -300,7 +300,7 @@ function refreshAgents(mode) {
<td class="p-2 text-center font-mono">{{ a.agent_version or '-' }}</td> <td class="p-2 text-center font-mono">{{ a.agent_version or '-' }}</td>
<td class="p-2 text-center text-cyber-yellow">{% if a.last_checkin %}{{ (a.last_checkin|string)[:10] }}{% else %}-{% endif %}</td> <td class="p-2 text-center text-cyber-yellow">{% if a.last_checkin %}{{ (a.last_checkin|string)[:10] }}{% else %}-{% endif %}</td>
<td class="p-2 text-center">{{ a.etat or '-' }}</td> <td class="p-2 text-center">{{ a.etat or '-' }}</td>
<td class="p-2 text-center"><a href="/qualys/agents/{{ a.hostname }}/audit-qualys" class="btn-sm bg-cyber-border text-cyber-accent px-2 py-1 text-xs hover:bg-cyber-hover" title="Audit SSH ciblé : status agent + logs">Check</a></td> <td class="p-2 text-center"><a href="/qualys/agents/{{ a.hostname }}/audit-qualys" class="btn-sm bg-cyber-border text-cyber-accent px-2 py-1 text-xs hover:bg-cyber-hover" title="Audit SSH ciblé : status agent, version, disque, connectivité, logs">Troubleshooting</a></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>