{% extends "base.html" %} {% block title %}Geräte — Tuxflotte{% endblock %} {% block content %}
Keine Geräte gefunden.
{% else %}| Hostname | Kennung | Letzter Check-in | Status | ||
|---|---|---|---|---|---|
| {{ device.hostname or "—" }} | {{ device.device_fingerprint }} |
{{ device.agent_last_checkin or "noch nie" }} | {% if device.deprovisioned_at %} deprovisioniert {% else %} aktiv {% endif %} | Auftragskatalog → |
Aktionen
|