feat(vwb): add dashboard competence testing and health tools
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user