{% extends layout %} {% import "macros.html" as m %} {% block content %}
Sources are declared in configuration, where the whole set is reviewable in one place. There is no page that creates one: a connector holds credentials and reaches into a remote system, and declaring one from a browser would make this surface a way to point the installation somewhere new.
{% if panels.connectors.ok %} {% if panels.connectors.data.connectors %}| Name | Type | Full inventory | Enabled | Installed | Last sync | Outcome | Retry | Status | Documents | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.name }} | {{ item.type }} | {{ item.full_inventory_authority or '—' }} | {{ 'yes' if item.enabled else 'no' }} | {{ 'yes' if item.installed else 'no — the plugin is not installed' }} | {{ item.last_synced_at or 'never' }} | {{ item.last_outcome or '—' }} | {{ 'yes' if item.retry_required else 'no' }} | {{ item.status or '—' }} | {{ item.documents if item.documents is not none else '—' }} |