Skip to content

Commit

Permalink
Add slider for processing results to default template
Browse files Browse the repository at this point in the history
  • Loading branch information
FraukeWilm committed Sep 4, 2024
1 parent fa5ce5d commit 8332ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exact/exact/annotations/templates/annotations/annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ <h5 id="active_image_name">{{ selected_image.name }}</h5>
<label class="btn btn-outline-secondary btn-sm" for="vis-plugin-{{plugin.id}}"><input type="checkbox" class="btn-check btn-sm" id="vis-plugin-{{plugin.id}}" checked autocomplete="off" data-plugin_id={{plugin.id}}
data-plugin_resultentries="[]"><image src="{% static 'images/eye_fill_small.svg' %}"></label><br>

</td><td class="text-left"><a data-toggle="collapse" href="#collapsePlugin-{{plugin.id}}" aria-expanded="false" aria-controls="collapseExample">{{plugin.name}}</a></td></tr>
<tr><td></td><td>
</td><td class="text-left"><a data-toggle="collapse" href="#collapsePlugin-{{plugin.id}}" aria-expanded="false" aria-controls="collapseExample">{{plugin.name}}</a></td><td><input type="range" id='alpha-plugin-{{plugin.id}}' min="1" max="100" value="{% if plugin.result %}{{plugin.result.default_alpha|floatformat:"0"}}{% else %}100{% endif %}" class="visslider" data-plugin_id={{plugin.id}}></td></tr>
<tr><td></td><td colspan=2 >
<div class="collapse text-left" id="collapsePlugin-{{plugin.id}}">
</div></td></tr>
{% endfor %}
Expand Down

0 comments on commit 8332ea8

Please sign in to comment.