mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-17 02:45:53 +00:00
UI - Watch stats - Adding a little extra debug to 'Stats' tab
This commit is contained in:
@@ -521,6 +521,26 @@ Math: {{ 1 + 1 }}") }}
|
||||
<td>{{ _('Server type reply') }}</td>
|
||||
<td>{{ watch.get('remote_server_reply') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>capabilities.supports_xpath_element_data</code></td>
|
||||
<td>{{ _('True') if capabilities.supports_xpath_element_data else _('False') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>capabilities.supports_screenshots</code></td>
|
||||
<td>{{ _('True') if capabilities.supports_screenshots else _('False') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>capabilities.supports_visual_selector</code></td>
|
||||
<td>{{ _('True') if capabilities.supports_visual_selector else _('False') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>supports_browser_steps</code></td>
|
||||
<td>{{ _('True') if capabilities.supports_browser_steps else _('False') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>visual_selector_data_ready</code></td>
|
||||
<td>{{ _('True') if visual_selector_data_ready else _('False') }}</td>
|
||||
</tr>
|
||||
{% if not llm_features_disabled and settings_application.get('llm', {}).get('model') %}
|
||||
<tr>
|
||||
<td>{{ _('AI tokens (last check)') }}</td>
|
||||
|
||||
Reference in New Issue
Block a user