{% extends "base.html" %} {% block title %}asiai — Fleet{% endblock %} {% block head %} {% 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. Add --auth-token to unlock write actions for that node.

{% else %}
Polling fleet…
Loading fleet snapshot…
{% endif %} {% endblock %} {% block scripts %} {% if nodes %}{% endif %} {% endblock %}