mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-02-20 01:11:21 +01:00
adapt command panel for low res
This commit is contained in:
BIN
index.html.gz
BIN
index.html.gz
Binary file not shown.
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>ESP3D WebUI</title>
|
||||
<script>var target_firmware="";</script>
|
||||
<script>var web_ui_version="2.0c19";</script>
|
||||
<script>var web_ui_version="2.0c20";</script>
|
||||
<script>var direct_sd=false;</script>
|
||||
<script>var fw_version="";</script>
|
||||
<script>var primary_sd= "/ext/";</script>
|
||||
|
||||
@@ -7,24 +7,26 @@
|
||||
<pre id="cmd_content" style="min-height: 350px; max-height: 350px;" ></pre>
|
||||
</div>
|
||||
<div class="panel-footer" >
|
||||
<div class="form-inline">
|
||||
<div class="panel-flex-row">
|
||||
<div class='input-group'>
|
||||
<div class='input-group'>
|
||||
<input class='form-control' type="text" onkeyup="CustomCommand_OnKeyUp(event)" id="custom_cmd_txt" autocomplete="off" translateph placeholder='Send Command...' />
|
||||
<input class='form-control w14' type="text" onkeyup="CustomCommand_OnKeyUp(event)" id="custom_cmd_txt" autocomplete="off" translateph placeholder='Send Command...' />
|
||||
<div class='input-group-btn'>
|
||||
<button class="btn btn-success" onclick="SendCustomCommand();" translate>Send</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" style="margin-left:20px">
|
||||
<div class="checkbox" >
|
||||
<label>
|
||||
<input type="checkbox" onclick=" Monitor_check_autoscroll()" id="monitor_enable_autoscroll" />
|
||||
<span translate>Autoscroll</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" style="margin-left:20px" id="cmd_temperature_filter">
|
||||
|
||||
<div class="form-group">
|
||||
<div class="checkbox" >
|
||||
<label>
|
||||
<input type="checkbox" onclick=" Monitor_check_autoscroll()" id="monitor_enable_autoscroll" />
|
||||
<span translate>Autoscroll</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="cmd_temperature_filter">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" onclick=" Monitor_check_filter_temperatures()" id="monitor_enable_filter_temperatures" />
|
||||
|
||||
Reference in New Issue
Block a user