mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Renamed AddViews to CreateViews for consistency
This commit is contained in:
@@ -290,7 +290,7 @@ class ObjectDeleteView(GetReturnURLMixin, View):
|
||||
})
|
||||
|
||||
|
||||
class BulkAddView(View):
|
||||
class BulkCreateView(View):
|
||||
"""
|
||||
Create new objects in bulk.
|
||||
|
||||
|
Reference in New Issue
Block a user