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 %} {% if screenshot %}
<div class="tab-pane-inner" id="screenshot"> <div class="tab-pane-inner" id="screenshot">
<p> <p>
<i>For now, only the most recent screenshot is saved and displayed.</i> <i>For now, only the most recent screenshot is saved and displayed.</i></br>
</p> <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> </div>
{% endif %} {% endif %}

@ -35,8 +35,9 @@
{% if screenshot %} {% if screenshot %}
<div class="tab-pane-inner" id="screenshot"> <div class="tab-pane-inner" id="screenshot">
<p> <p>
<i>For now, only the most recent screenshot is saved and displayed.</i> <i>For now, only the most recent screenshot is saved and displayed.</i></br>
</p> <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> </div>

Loading…
Cancel
Save