remove mode selector from Probe, force JSON result

merge-requests/210/head
Moe 2020-06-06 13:48:14 -07:00
parent 5bf8a04d53
commit 64846c6091
1 changed files with 0 additions and 8 deletions

View File

@ -18,14 +18,6 @@
<div><input class="form-control" name="url" placeholder="<%-lang.Example%> : http://192.168.88.126/videostream.cgi or /dev/video0"></div>
</label>
</div>
<div class="form-group">
<label><div><span><%-lang['Mode']%></span></div>
<div><select class="form-control" name="mode">
<option value="default" selected><%-lang.Default%></option>
<option value="json">JSON</option>
</select></div>
</label>
</div>
<div class="output_data"></div>
</div>
<div class="modal-footer">