compare-html
A
reference
{{ path_a }}
B
monitored
{{ path_b }}
All
0
Differences
0
Pending
0
Same
0
Accepted
0
Update all in view
{% if log_file %}
log file
{% endif %}
Status
Path
Message
{% for e in entries %}
{% if e.result %}
{{ e.result }}
{% endif %}
✓ accepted
{{ e.path }}
{{ e.message }}
update ref
{% endfor %}
{% if not entries %}
No comparable files found.
{% endif %}