{% extends "base.html" %} {% load static custom_filters%} {% block title %}Integration Dashboard - {{ block.super }}{% endblock %} {% block content %}
| Endpoint | System | Status | Duration | Time |
|---|---|---|---|---|
|
{{ execution.endpoint.name }}
{{ execution.endpoint.get_method_display }} {{ execution.endpoint.endpoint_path|truncatechars:30 }}
|
{{ execution.endpoint.system.name }} | {% if execution.status == 'SUCCESS' %} Success {% elif execution.status == 'FAILED' %} Failed {% elif execution.status == 'RUNNING' %} Running {% else %} {{ execution.status }} {% endif %} | {% if execution.duration_seconds %} {{ execution.duration_seconds|floatformat:2 }}s {% else %} - {% endif %} |
{{ execution.execution_time|date:"H:i" }}
{{ execution.execution_time|timesince }} ago
|
Integration executions will appear here once they start running
No recent webhook activity