mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Move core_sync.html to core app
This commit is contained in:
parent
702b08e6b8
commit
8bce9751f4
@ -15,4 +15,4 @@ class BulkSync(ObjectAction):
|
||||
label = _('Sync Data')
|
||||
multi = True
|
||||
permissions_required = {'sync'}
|
||||
template_name = 'buttons/bulk_sync.html'
|
||||
template_name = 'core/buttons/bulk_sync.html'
|
||||
|
@ -1021,7 +1021,7 @@ class JournalEntryListView(generic.ObjectListView):
|
||||
filterset = filtersets.JournalEntryFilterSet
|
||||
filterset_form = forms.JournalEntryFilterForm
|
||||
table = tables.JournalEntryTable
|
||||
actions = (BulkImport, BulkSync, BulkEdit, BulkDelete)
|
||||
actions = (BulkImport, BulkEdit, BulkDelete)
|
||||
|
||||
|
||||
@register_model_view(JournalEntry)
|
||||
|
Loading…
Reference in New Issue
Block a user