diff --git a/templates/dashboard/timer_functions/edit.html b/templates/dashboard/timer_functions/edit.html index ba1aa45..a9721a9 100644 --- a/templates/dashboard/timer_functions/edit.html +++ b/templates/dashboard/timer_functions/edit.html @@ -37,7 +37,10 @@ history_url=url_for('timer.history', function_id=function_id)) }} showDeleteButton: true, isTimer: true, showTimerSettings: true, - cancelUrl: "{{ url_for('timer.overview') }}" + cancelUrl: "{{ url_for('timer.overview') }}", + showPublicToggle: false, + showLogRequestToggle: false, + showLogResponseToggle: false }) })