diff --git a/tailbone/templates/datasync/changes/index.mako b/tailbone/templates/datasync/changes/index.mako index 766cd3f4..673bd25c 100644 --- a/tailbone/templates/datasync/changes/index.mako +++ b/tailbone/templates/datasync/changes/index.mako @@ -7,7 +7,13 @@ % if request.has_perm('datasync.restart'): ${h.form(url('datasync.restart'), name='restart-datasync', class_='autodisable control')} ${h.csrf_token(request)} + % if use_buefy: + + + % else: ${h.submit('submit', "Restart DataSync", data_working_label="Restarting DataSync", class_='button')} + % endif ${h.end_form()} % endif