{% extends "base.html" %} {% block title %}Import Upstream Keys - Janus{% endblock %} {% block inventory_active %}bg-gray-700 text-white{% endblock %} {% block content %}

Key Inventory

{% with active='import' %}{% include "inventory_nav.html" %}{% endwith %}

Import a Dashboard export JSON file (keys array or bare array). Existing keys are matched by hash and skipped or updated via ingestion rules.

{% endblock %}