1
0
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:
jeremystretch
2022-02-08 11:49:18 -05:00
parent 1e55d064ab
commit 270288f730
11 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'generic/object_bulk_import.html' %}
{% extends 'generic/bulk_import.html' %}
{% block tabs %}
{% include 'dcim/inc/device_import_header.html' %}

View File

@@ -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' %}

View File

@@ -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>