feat(vwb): add dashboard competence testing and health tools

This commit is contained in:
Dom
2026-06-02 16:27:19 +02:00
parent d38f0b0f2f
commit 18ed6cb751
23 changed files with 2769 additions and 27 deletions

View File

@@ -882,8 +882,8 @@ _SESSION_TEMPLATE = """<!DOCTYPE html>
<td class="mono">{{ a.position }}</td>
<td>{{ a.window_title|truncate(40) }}</td>
<td class="mono">
{% if a.text %}{{ a.text|truncate(60) }}{% endif %}
{% if a.keys %}{{ a.keys }}{% endif %}
{% if a["text"] %}{{ a["text"]|truncate(60) }}{% endif %}
{% if a["keys"] %}{{ a["keys"] }}{% endif %}
</td>
<td>
{% if a.shot_file %}