mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 01:49:35 -06:00
6 lines
166 B
HTML
6 lines
166 B
HTML
{% extends 'utilities/obj_bulk_import.html' %}
|
|
|
|
{% block tabs %}
|
|
{% include 'dcim/inc/device_import_header.html' with active_tab='child_import' %}
|
|
{% endblock %}
|