{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}{{ instance.name }} - DocuPulse{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title="Instance Details", description=instance.name + " for " + instance.company, icon="fa-server", buttons=[ { 'text': 'Back to Instances', 'url': '/instances', 'icon': 'fa-arrow-left', 'class': 'btn-secondary' } ] ) }}
Activity Status

{{ instance.status|title }} {% if instance.status_details %} {{ instance.status_details }} {% endif %}

Authentication Status

{{ 'Authenticated' if instance.connection_token else 'Not Authenticated' }} {% if not instance.connection_token %} This instance needs to be authenticated {% endif %}

Company Details
Company Name:
Loading...
Industry:
Loading...
Description:
Loading...
Version:
Loading...
Payment Plan:
Loading...
Portainer Stack:
{% if instance.portainer_stack_name %} {{ instance.portainer_stack_name }} {% if instance.portainer_stack_id %} ID: {{ instance.portainer_stack_id }} {% endif %} {% else %} Not set {% endif %}
Contact Information
Email:
Loading...
Phone:
Loading...
Website:
Loading...
Address:
Loading...
Contact List
Name Email Phone Company Position Role Status Actions
Loading contacts...
Activity Log
Timestamp Event Type User IP Address
Mail Log
Created At Recipient Subject Sent At
{% endblock %} {% block extra_js %} {% endblock %}