Skip to content

Commit

Permalink
Add lock icon to api thumb in webui
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jul 3, 2024
1 parent 9af1acf commit 1ac8e9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@
</span>{% endif %}</a>
<a href="{{camera.thumbnail_url}}" class="dropdown-item icon-text" target="_blank">
<span class="icon is-small"><i class="fas fa-file-image" aria-hidden="true"></i>
</span><span>API Thumbnail</span></a>
</span><span>API Thumbnail</span>{% if api %}<span class="icon">
<i class="fas fa-lock"></i>
</span>{% endif %}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 1ac8e9b

Please sign in to comment.