Add video screen to UI
This commit is contained in:
parent
da7faf59a5
commit
aff06619a0
|
@ -245,6 +245,14 @@
|
|||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<div id="video" class="screen">
|
||||
<div>
|
||||
<div>
|
||||
<input id="video_file" type="text" onclick="devices.digitalSelect();" readonly />
|
||||
<img src="#" id="video_preview">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="settings" class="screen">
|
||||
<div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue