mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Renamed new import view to BulkImportView
This commit is contained in:
@ -369,7 +369,7 @@ class BulkAddView(View):
|
||||
})
|
||||
|
||||
|
||||
class BulkImportView2(View):
|
||||
class BulkImportView(View):
|
||||
"""
|
||||
Import objects in bulk (CSV format).
|
||||
|
||||
|
Reference in New Issue
Block a user