{% extends "base.html" %} {% block content %}

Graph Overview

{{ overview.graph.display_name }}

Managed on {{ overview.instance.display_name }} with table prefix {{ overview.graph.table_prefix_label }}.

Back to dashboard Schemas Nodes Edges Viewer {% if current_user.is_owner %} Edit graph {% endif %}

Summary

{% if overview.content_error %}

{{ overview.content_error }}

{% endif %}

Managed Metadata

Graph

{{ overview.graph.display_name }}

{{ overview.instance.display_name }}

{{ overview.graph.status }}
Graph ID
{{ overview.graph.id }}
Prefix
{{ overview.graph.table_prefix_label }}
Source
{{ overview.graph.source }}
Present
{{ "yes" if overview.graph.exists_in_instance else "no" }}
{% if overview.graph.status_message %}

{{ overview.graph.status_message }}

{% endif %}

{{ overview.instance.display_name }}

{{ overview.instance.slug }}

{{ overview.instance.status }}
Mode
{{ overview.instance.mode }}
Database
{{ overview.instance.database or "runtime-managed" }}
Host
{{ overview.instance.host or "runtime-managed" }}
Active
{{ "yes" if overview.instance.is_active else "no" }}
{% if overview.instance.description %}

{{ overview.instance.description }}

{% endif %} {% if overview.instance.status_message %}

{{ overview.instance.status_message }}

{% endif %}
{% endblock %}