From 4e2dea4dd2e5cc47805f0f2df12a8b3f80f469fa Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 17 Jul 2026 16:00:17 +0200 Subject: [PATCH] fix template --- .../blueprint/ui/templates/browsers-overview.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/changedetectionio/blueprint/ui/templates/browsers-overview.html b/changedetectionio/blueprint/ui/templates/browsers-overview.html index 9d79c039..d0a296a5 100644 --- a/changedetectionio/blueprint/ui/templates/browsers-overview.html +++ b/changedetectionio/blueprint/ui/templates/browsers-overview.html @@ -16,7 +16,12 @@
{{ _('Your browsers') }}
{% if browser_configs %} - + + + + + + {% for cid, entry in browser_configs.items() %} {% set bc = entry.get('browser_config') or {} %} @@ -61,7 +66,13 @@
{{ _('Available browsers') }}
{% if base_fetchers %}
{{ _('Default') }}{{ _('Name') }}{{ _('Setup') }}
{{ _('Default') }}{{ _('Name') }}{{ _('Setup') }}
- + + + + + + + {% for f in base_fetchers %} {% set fbc = f.browser_config or {} %}
{{ _('Default') }}{{ _('Browser') }}{{ _('Capabilities') }}
{{ _('Default') }}{{ _('Browser') }}{{ _('Capabilities') }}