From 71ac054d484c79fdad6a4c918d51814d5b2e7d78 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 10 Mar 2026 22:39:26 +0100 Subject: [PATCH] feat(ClickTtView): add URL template selection for 'url' page type - Introduced a new dropdown for selecting predefined URLs when the page type is set to 'url', enhancing user experience by providing quick access to common links. - Included options for HTTV and TTDE login URLs to streamline navigation for users. --- frontend/src/views/ClickTtView.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/views/ClickTtView.vue b/frontend/src/views/ClickTtView.vue index fa1d825e..91638605 100644 --- a/frontend/src/views/ClickTtView.vue +++ b/frontend/src/views/ClickTtView.vue @@ -50,6 +50,17 @@ /> +
+ + +
+