mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Rename bulk operation templates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'generic/object_bulk_import.html' %}
|
||||
{% extends 'generic/bulk_import.html' %}
|
||||
|
||||
{% block tabs %}
|
||||
{% include 'dcim/inc/device_import_header.html' %}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'generic/object_bulk_import.html' %}
|
||||
{% extends 'generic/bulk_import.html' %}
|
||||
|
||||
{% block tabs %}
|
||||
{% include 'dcim/inc/device_import_header.html' with active_tab='child_import' %}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'generic/object_bulk_delete.html' %}
|
||||
{% extends 'generic/bulk_delete.html' %}
|
||||
|
||||
{% block message_extra %}
|
||||
<p class="text-center text-danger"><i class="mdi mdi-alert"></i> This will also delete all child inventory items of those listed.</p>
|
||||
|
Reference in New Issue
Block a user