{% extends "layout.html" %} {% block title %}Campaign {{ campaign.uuid[:8] }} - q-ai IPI{% endblock %} {% block content %}
| Time | Confidence | Token | Source IP | User-Agent | Data |
|---|---|---|---|---|---|
| {{ h.timestamp.strftime('%H:%M:%S') }} | {{ h.confidence.value }} | {% if h.token_valid %}valid{% else %}missing{% endif %} | {{ h.source_ip }} | {{ h.user_agent[:50] }} | {% if h.body %}{{ h.body[:80] }}{% if h.body|length > 80 %}...{% endif %}{% else %}-{% endif %} |
No hits received for this campaign yet.