{% extends 'generic/_base.html' %} {% load i18n static %} {% block title %}Object Analyzer{% endblock %} {% block content %} {{ api_types|json_script:"nsm-oa-api-types" }}
{# ── Search card ─────────────────────────────────────────────── #}
Object Analyzer Objekt auswählen → Select object · click to expand · double-click to open
{% if sel_pk %} {% endif %}
{% if sel_pk %}
{{ sel_name }} — Click a node in the graph to load its connections.
{% endif %}
{# ── Legend ──────────────────────────────────────────────────── #}
{% for item in legend %} {{ item.label }} {% endfor %} Device VM Interface IP Prefix Label Zone / Rule
{# ── Graph ────────────────────────────────────────────────────── #}
{% if not sel_pk %}

Select object

Select an object above – the graph starts with this node.

{% endif %}
{# /container #} {# ── React Flow via ESM ───────────────────────────────────────────── #} {# ── Picker JS (vanilla) ──────────────────────────────────────── #} {% endblock %}