{% extends "base.html" %} {% load scoped_tags %} {% block title %}Integrations{% endblock %} {% block page_title %}Integrations{% endblock %} {% block page_subtitle %}Plugins and external system connectors (Layer 12){% endblock %} {% block layer_indicator %}L12 Integrations{% endblock %} {% block content %} {# Plugins Section #}
| Name | Version | State | Description | Owner |
|---|---|---|---|---|
|
{{ plugin.name }}
{{ plugin.id|truncate_id }} |
v{{ plugin.version }} | {% include "components/_state_badge.html" with state=plugin.state %} | {{ plugin.description|default:"--"|truncatewords:15 }} | {{ plugin.owner_id|truncate_id }} |
| Name | Type | Description | Owner |
|---|---|---|---|
|
{{ integ.name }}
{{ integ.id|truncate_id }} |
{{ integ.integration_type|default:"generic" }} | {{ integ.description|default:"--"|truncatewords:15 }} | {{ integ.owner_id|truncate_id }} |