From 7d45bf104d829019bfba38009e65487accc47a05 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 9 Sep 2026 17:13:05 +0200 Subject: [PATCH] UI - Watch stats - Adding a little extra debug to 'Stats' tab --- .../blueprint/ui/templates/edit.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html index fda21d172..d6c949ab1 100644 --- a/changedetectionio/blueprint/ui/templates/edit.html +++ b/changedetectionio/blueprint/ui/templates/edit.html @@ -521,6 +521,26 @@ Math: {{ 1 + 1 }}") }} {{ _('Server type reply') }} {{ watch.get('remote_server_reply') }} + + capabilities.supports_xpath_element_data + {{ _('True') if capabilities.supports_xpath_element_data else _('False') }} + + + capabilities.supports_screenshots + {{ _('True') if capabilities.supports_screenshots else _('False') }} + + + capabilities.supports_visual_selector + {{ _('True') if capabilities.supports_visual_selector else _('False') }} + + + supports_browser_steps + {{ _('True') if capabilities.supports_browser_steps else _('False') }} + + + visual_selector_data_ready + {{ _('True') if visual_selector_data_ready else _('False') }} + {% if not llm_features_disabled and settings_application.get('llm', {}).get('model') %} {{ _('AI tokens (last check)') }}