Add note that changedetection is not performed on the screenshot just yet (WIP https://github.com/dgtlmoon/changedetection.io/pull/419 )

pull/620/head
dgtlmoon 2 years ago
parent dbb5c666f0
commit 2c834cfe37

@ -67,10 +67,11 @@
{% if screenshot %}
<div class="tab-pane-inner" id="screenshot">
<p>
<i>For now, only the most recent screenshot is saved and displayed.</i>
</p>
<i>For now, only the most recent screenshot is saved and displayed.</i></br>
<strong>Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release.</strong>
</p>
<img src="{{url_for('static_content', group='screenshot', filename=uuid)}}">
<img src="{{url_for('static_content', group='screenshot', filename=uuid)}}">
</div>
{% endif %}

@ -35,8 +35,9 @@
{% if screenshot %}
<div class="tab-pane-inner" id="screenshot">
<p>
<i>For now, only the most recent screenshot is saved and displayed.</i>
</p>
<i>For now, only the most recent screenshot is saved and displayed.</i></br>
<strong>Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release.</strong>
</p>
<img src="{{url_for('static_content', group='screenshot', filename=uuid)}}">
</div>

Loading…
Cancel
Save