Fix controleren switch
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6fd4739dad
commit
a38b47c223
|
@ -6,15 +6,17 @@
|
|||
<h2>Modus</h2>
|
||||
<div class="form-group">
|
||||
<label class="form-radio form-inline">
|
||||
<input type="radio" name="mode" value="false" checked="" onclick="reselect()"><i class="form-icon"></i> Toevoegen
|
||||
<input type="radio" name="mode" value="false" checked="" onclick="reselect()"><i class="form-icon"></i>
|
||||
Toevoegen
|
||||
</label>
|
||||
<label class="form-radio form-inline">
|
||||
<input type="radio" name="mode" value="true"><i class="form-icon" onclick="reselect()"></i> Controleren
|
||||
<input type="radio" name="mode" value="true" onclick="reselect()"><i class="form-icon"></i> Controleren
|
||||
</label>
|
||||
</div>
|
||||
<h2>Informatie</h2>
|
||||
<div>
|
||||
<p><select id="videoSource"></select><button class="btn btn-primary" id="start_scan_btn" onclick="reselect()">Start
|
||||
<p><select id="videoSource"></select><button class="btn btn-primary" id="start_scan_btn"
|
||||
onclick="reselect()">Start
|
||||
Scannen</button> </p>
|
||||
<div class="columns">
|
||||
<video autoplay playsinline controls="false" class="column col-12"></video>
|
||||
|
|
Loading…
Reference in a new issue