diff --git a/tailbone/templates/datasync/changes/index.mako b/tailbone/templates/datasync/changes/index.mako index 44033370..43fdfcc0 100644 --- a/tailbone/templates/datasync/changes/index.mako +++ b/tailbone/templates/datasync/changes/index.mako @@ -17,6 +17,7 @@ <%def name="grid_tools()"> + ${parent.grid_tools()} ${h.form(url('datasync.restart'), name='restart-datasync')} ${h.csrf_token(request)} diff --git a/tailbone/views/datasync.py b/tailbone/views/datasync.py index f9f86e6d..b6080bf8 100644 --- a/tailbone/views/datasync.py +++ b/tailbone/views/datasync.py @@ -47,6 +47,7 @@ class DataSyncChangesView(MasterView): creatable = False editable = False + bulk_deletable = True grid_columns = [ 'source',