{% extends "base.html" %}
{% block title %}Tasks — Manage{% endblock %}
{% block content %}
Tasks
Send a task to all devices
| When | Title | Device | By | Status | Exit | |
|---|---|---|---|---|---|---|
| {{ r.created }} | {{ r.task.title }} | {{ r.task.agent.hostname }} | {{ r.task.created_by }} | {{ r.task.status }} | {{ r.task.exit_code if r.task.exit_code is not none else "—" }} | {% if r.task.status == "pending" %}{% endif %} |
| No tasks. | ||||||