{% extends "base.html" %} {% block title %}asiai — Fleet{% endblock %} {% block content %} {% if not nodes %}

No nodes configured yet.

Run asiai fleet add <nickname> --url <asiai_url> on this host to register a remote asiai web instance, then reload this page.

{% else %}
Auto-refresh every 10 seconds. Last poll: {{ snapshot.polled_at }}
{% include "partials/fleet_grid.html" %}
{% endif %} {% endblock %}