mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 20:18:38 -06:00
Implement bulk prefix creation using network patterns (e.g., 10.[0-2].0/2). Refactor bulk creation views to support reusable context and templates. Rename IPAddressBulkCreateForm to IPNetworkBulkCreateForm for IPv4/IPv6 support.
6 lines
149 B
HTML
6 lines
149 B
HTML
{% extends 'generic/bulk_add.html' %}
|
|
|
|
{% block tabs %}
|
|
{% include 'ipam/inc/prefix_edit_header.html' with active_tab='bulk_add' %}
|
|
{% endblock %}
|