adapt command panel for low res

This commit is contained in:
Luc
2018-07-24 16:04:42 +02:00
parent 100bf36eab
commit c1f68df8d8
3 changed files with 14 additions and 12 deletions

Binary file not shown.

View File

@@ -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>

View File

@@ -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">
&nbsp;&nbsp;
<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>
&nbsp;&nbsp;
<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" />