From 0a70f909532a6b8865b293c9935026d0407b0966 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Mon, 17 Feb 2025 19:25:31 +1100 Subject: [PATCH] Simplify timer function edit template configuration - Disable public, log request, and log response toggles in edit template - Streamline edit view configuration for timer functions --- templates/dashboard/timer_functions/edit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }) })