mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
.
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
The description of each parameter can be shown by hovering over or by clicking the <img src="help.png" width="16px"> icon.
|
||||
</p>
|
||||
<p>
|
||||
The page gets opened with the default view which should be sufficient for regular configuration tasks. Enabling the <b>"Expert View"</b>
|
||||
The page gets opened with the default view which should be sufficient for regular configuration tasks. Enabling the <b>"Show Expert Parameters"</b>
|
||||
some expert parameters (light red background color) will be added to the parameter list. Additionally the button <b>"Edit "Config.ini" File"</b>
|
||||
to edit the underlaying configuration file (config.ini) manually is now shown on top of the page. This function should be only used for special cases.
|
||||
</p>
|
||||
@@ -217,10 +217,10 @@
|
||||
<tr>
|
||||
<td class="indent1">
|
||||
<input style="margin-top:12px;margin-bottom:12px" type="checkbox" id="ExpertModus_enabled" value="1" onclick='UpdateExpertModus()' unchecked>
|
||||
<label for="ExpertModus_enabled">Expert View</label>
|
||||
<label for="ExpertModus_enabled">Show Expert Parameters</label>
|
||||
</td>
|
||||
<td>
|
||||
<button style="display:none;" class="button" id="Edit_Config_Direct" onclick="editConfigDirect()">Edit "Config.ini" File</button>
|
||||
<button style="display:none;" class="button" id="Edit_Config_Direct" onclick="editConfigDirect()">Edit Config file directly</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<tr>
|
||||
<td class="indent1">
|
||||
<input style="margin-top:12px;margin-bottom:12px" type="checkbox" id="ExpertModus_enabled" value="1" onclick='UpdateExpertModus()' unchecked>
|
||||
<label for="ExpertModus_enabled">Expert View</label>
|
||||
<label for="ExpertModus_enabled">Show Expert Parameters</label>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<b>*)</b> A change of this parameter only is applied on the next update of the Refrence Image.
|
||||
|
||||
Reference in New Issue
Block a user