From 7086a1769bf6c02a894cca1be6927cefbe5381d0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 20 Sep 2026 08:10:30 +0200 Subject: [PATCH] UI - LLM - Tidy up styling --- .../blueprint/settings/templates/settings.html | 4 ++-- .../settings/templates/settings_llm_tab.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index c0650617c..d2dcf9606 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -77,7 +77,7 @@ {% endif %}
- {{ _('Clear Snapshot History') }} + {{ _('Clear Snapshot History') }}
{{ render_checkbox_field(form.application.form.shared_diff_access, class="shared_diff_access") }} @@ -212,7 +212,7 @@ nav
- +

{{ _('Chrome Extension') }}

diff --git a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html index 5d02a269f..36a76997d 100644 --- a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html +++ b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html @@ -58,12 +58,12 @@ {% if llm_config and llm_config.get('model') %} ✓ {{ _('AI / LLM configured:') }} {{ llm_config.get('model') }} {% if not llm_env_configured %} - {% endif %} {% else %} - {% endif %} @@ -153,7 +153,7 @@