diff --git a/templates/dashboard/timer_functions/edit.html b/templates/dashboard/timer_functions/edit.html index 9d65e0e..62ad78c 100644 --- a/templates/dashboard/timer_functions/edit.html +++ b/templates/dashboard/timer_functions/edit.html @@ -7,7 +7,7 @@ function_id=function_id, active_tab='edit', show_edit_form=True, show_logs=True, -show_client=True, +show_client=False, show_history=True, edit_url=url_for('timer.edit', function_id=function_id), cancel_url=url_for('timer.overview')) }}