{% extends "base.html" %} {% block title %}Patches · {{ agent.hostname }}{% endblock %} {% block content %}
Dashboard › {{ org.name }} › {{ agent.hostname }} ›
{{ agent.os }} {{ agent.os_version or '' }} · {% if status %}last scan {{ status.last_scan_at| pt('%Y-%m-%d %H:%M') }}{% else %}never scanned{% endif %}
| Update | KB / Version | Category | Severity |
|---|---|---|---|
| {% if p.security %}security {% endif %}{{ p.name }} | {{ p.kb or '—' }} | {{ p.category or '—' }} | {{ p.severity or '—' }} |
{% if status %}No updates available — this device is up to date. ✓ {% else %}No scan yet. The agent (v0.4.5+) scans ~2.5 min after starting and every 12h — or hit Scan for updates.{% endif %}
{% endif %}{{ last_cmd.result }}