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

Graph Viewer

{{ overview.graph.display_name }}

Visualize nodes and edges. Use the filters below to narrow what is shown.

Filters

Node and edge filters

{% if filter_summary %}

Filters: {{ filter_summary }}

{% endif %}

Graph

View

Loading…
{% endblock %} {% block scripts %} {% include 'partials/filters_toggle_script.html' %} {% endblock %}