This commit is contained in:
CaCO3
2024-02-11 18:54:51 +01:00
committed by CaCO3
parent 0d391c8780
commit 438d5696e4
2 changed files with 4 additions and 4 deletions

View File

@@ -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. The description of each parameter can be shown by hovering over or by clicking the <img src="help.png" width="16px"> icon.
</p> </p>
<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> 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. 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> </p>
@@ -217,10 +217,10 @@
<tr> <tr>
<td class="indent1"> <td class="indent1">
<input style="margin-top:12px;margin-bottom:12px" type="checkbox" id="ExpertModus_enabled" value="1" onclick='UpdateExpertModus()' unchecked> <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>
<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> </td>
</tr> </tr>

View File

@@ -131,7 +131,7 @@
<tr> <tr>
<td class="indent1"> <td class="indent1">
<input style="margin-top:12px;margin-bottom:12px" type="checkbox" id="ExpertModus_enabled" value="1" onclick='UpdateExpertModus()' unchecked> <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>
<td colspan="2"> <td colspan="2">
<b>*)</b> A change of this parameter only is applied on the next update of the Refrence Image. <b>*)</b> A change of this parameter only is applied on the next update of the Refrence Image.