Skip to content

Commit

Permalink
chore: add video source selection
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jan 11, 2025
1 parent 4986e35 commit 5e2ac16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions myapp/templates/create-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ <h5 class="card-title">{% trans "Item Details" %}</h5>
<div style="color: lightgray" id="outputMessage">{% trans "No QR code detected" %}.</div>
<div style="color: lightgray" hidden><b>Data:</b> <span id="outputData"></span></div>
</div>
<div id="sourceSelectPanel" style="display:block">
<select id="sourceSelect" style="min-width: 250px; max-width:250px">
</select>
</div>
</section>

<!-- Item Form -->
Expand Down

0 comments on commit 5e2ac16

Please sign in to comment.