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') }}