mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
make button titles consistent (#1412)
Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -86,10 +86,10 @@ select {
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input class="button" type="submit" name="saveroi" onclick="SaveToConfig()" value="Save all to Config.ini"></td>
|
<td><input class="button" type="submit" name="saveroi" onclick="SaveToConfig()" value="Save"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved config</button></td>
|
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -132,10 +132,10 @@ th, td {
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input class="button" type="submit" id="saveroi" name="saveroi" onclick="SaveToConfig()" value="Save all to Config.ini" tabindex=9></td>
|
<td><input class="button" type="submit" id="saveroi" name="saveroi" onclick="SaveToConfig()" value="Save" tabindex=9></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved config</button></td>
|
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -34,10 +34,10 @@ textarea {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" onclick="saveTextAsFile()">Update Config.ini</button></td>
|
<td><button class="button" onclick="saveTextAsFile()">Save</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate updates</button></td>
|
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -1375,16 +1375,16 @@ textarea {
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button class="button" onclick="saveTextAsFile()">Update Config.ini</button>
|
<button class="button" onclick="saveTextAsFile()">Save</button>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div id="doreboot">
|
<div id="doreboot">
|
||||||
<p>
|
<p>
|
||||||
<button class="button" id="Edit_Config_Direct" onclick="editConfigDirect()" style="display:none">Edit Config.ini direct</button>
|
<button class="button" id="Edit_Config_Direct" onclick="editConfigDirect()" style="display:none">Edit Config file directly</button>
|
||||||
|
|
||||||
<button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate updates</button>
|
<button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -124,10 +124,10 @@ th, td {
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input class="button" type="submit" id="saveroi" name="saveroi" onclick="SaveToConfig()" value="Save all to Config.ini" tabindex=10></td>
|
<td><input class="button" type="submit" id="saveroi" name="saveroi" onclick="SaveToConfig()" value="Save" tabindex=10></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved config</button></td>
|
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -34,11 +34,11 @@ p {font-size: 1em;}
|
|||||||
<br>
|
<br>
|
||||||
The Web Interface will automatically reload. It will take two to four minutes, until you get the first reading.
|
The Web Interface will automatically reload. It will take two to four minutes, until you get the first reading.
|
||||||
<br>
|
<br>
|
||||||
All settings can be changed as well in the configuration menu in normal operation mode.
|
All settings can be changed as well in the configuration menu in the Normal modus.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button class="button" onclick="reboot()">Leave Setup Modus and Reboot to Normal</button>
|
<button class="button" onclick="reboot()">Leave Setup Modus and Reboot to Normal modus</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<script type="text/javascript" src="./gethost.js"></script>
|
<script type="text/javascript" src="./gethost.js"></script>
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ table {
|
|||||||
<td><canvas id="canvas"></canvas></td>
|
<td><canvas id="canvas"></canvas></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input class="button" type="button" id="updatereferenceimage" value="Update Reference Image" onclick="SaveReference()"></td>
|
<td><input class="button" type="button" id="updatereferenceimage" value="Save" onclick="SaveReference()"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved Reference</button></td>
|
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved Reference</button></td>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Two opposite alignment references are needed to identify unique fix points on th
|
|||||||
You can switch between the two reference with <b>"Select Reference"</b>.
|
You can switch between the two reference with <b>"Select Reference"</b>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Don't forget to save your changes with <b>"Save to Config.ini"</b>! A reboot is not yet required.
|
Don't forget to save your changes! A reboot is not yet required.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Here you define your digits you want to read. If you have more than one number o
|
|||||||
You can change it with <b>"move Next" / "move Previous"</b>.
|
You can change it with <b>"move Next" / "move Previous"</b>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Don't forget to save your changes with <b>"Save all to Config.ini"</b>! A reboot is not yet required.
|
Don't forget to save your changes! A reboot is not yet required.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ p {font-size: 1em;}
|
|||||||
<p>Here you can define additional settings. The settings should fit for a normal setup.</p>
|
<p>Here you can define additional settings. The settings should fit for a normal setup.</p>
|
||||||
<p>You will also be availabl</p>
|
<p>You will also be availabl</p>
|
||||||
<p>
|
<p>
|
||||||
Don't forget to save your changes with <b>"Update Config.ini"</b>!.
|
Don't forget to save your changes!
|
||||||
<br><span color=red>You should not reboot here, but leave the setup modus on the next page!</span>
|
<br><span color=red>You should not reboot here, but leave the setup modus on the next page!</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user