{% extends "base.html" %} {% block title %}Fleet — Logatory{% endblock %} {% block content %}

Fleet

{% if editable %}
Add a target
{% else %}
Config editing is disabled because an API token is set. Build the fleet with logatory fleet init or edit targets.yaml directly.
{% endif %} {% include "partials/fleet_targets.html" %} {% endblock %}