Update cancel URL handling in HTTP and timer function templates

- Modify header template to use explicit `cancel_url` parameter
- Add `cancel_url` to new timer and HTTP function templates
- Remove default URL fallback in header template
This commit is contained in:
Peter Stockings
2025-02-16 20:22:03 +11:00
parent e09437c7b8
commit aeb880ed0a
4 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ show_refresh=False,
show_logs=False,
show_client=False,
show_link=False,
dashboardUrl=url_for('timer.overview'),
cancel_url=url_for('timer.overview'),
title='New Timer Function')
}}