This commit is contained in:
George Ruinelli
2022-10-07 18:40:26 +02:00
parent d2721cbd4b
commit 17090c177e

View File

@@ -90,7 +90,7 @@ tbody tr:nth-child(odd) {
<!-- <th width="20px" style="text-align: left;"> <!-- <th width="20px" style="text-align: left;">
Enable Enable
</th>--> </th>-->
<th width="250px" style="text-align: left;"> <th width="300px" style="text-align: left;">
Parameter Parameter
</th> </th>
<th style="text-align: left;"> <th style="text-align: left;">
@@ -576,7 +576,12 @@ tbody tr:nth-child(odd) {
<tr> <tr>
<td colspan="3" style="padding-left: 20px;"><h4><input type="checkbox" id="Category_MQTT_enabled" value="1" onclick = 'UpdateAfterCategoryCheck()' unchecked > MQTT</h4></td> <td colspan="3" style="padding-left: 20px;">
<h4>
<input type="checkbox" id="Category_MQTT_enabled" value="1" onclick = 'UpdateAfterCategoryCheck()' unchecked >
<label for=Category_MQTT_enabled>MQTT</label>
</h4>
</td>
</tr> </tr>
<tr> <tr>
<td style="padding-left: 40px;"> <td style="padding-left: 40px;">
@@ -661,7 +666,12 @@ tbody tr:nth-child(odd) {
</tr> </tr>
<tr> <tr>
<td colspan="3" style="padding-left: 20px;"><h4><input type="checkbox" id="Category_InfluxDB_enabled" value="1" onclick = 'UpdateAfterCategoryCheck()' unchecked > InfluxDB</h4></td> <td colspan="3" style="padding-left: 20px;">
<h4>
<input type="checkbox" id="Category_InfluxDB_enabled" value="1" onclick = 'UpdateAfterCategoryCheck()' unchecked >
<label for=Category_InfluxDB_enabled>InfluxDB</label>
</h4>
</td>
</tr> </tr>
<tr> <tr>
<td style="padding-left: 40px;"> <td style="padding-left: 40px;">
@@ -757,8 +767,8 @@ tbody tr:nth-child(odd) {
<tr> <tr>
<td colspan="3" style="padding-left: 20px;"> <td colspan="3" style="padding-left: 20px;">
<h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='UpdateAfterCategoryCheck()' unchecked > <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='UpdateAfterCategoryCheck()' unchecked >
GPIO Settings <label for=Category_GPIO_enabled>GPIO Settings
<span class="GPIO_item" > - Enabling GPIO handler, disable by default integrated flash light. Please enable it with GPIO4 (internal flash LED) settings or GPIO12 (external LED).</span> <span class="GPIO_item" > - Enabling GPIO handler, disable by default integrated flash light. Please enable it with GPIO4 (internal flash LED) settings or GPIO12 (external LED).</span></label>
</h4> </h4>
</td> </td>
</tr> </tr>
@@ -1325,7 +1335,7 @@ tbody tr:nth-child(odd) {
<tr> <tr>
<td style="padding-left: 40px;"> <td style="padding-left: 40px;">
<input type="checkbox" id="Debug_LogfileRetentionInDays_enabled" value="1" onclick = 'InvertEnableItem("Debug", "LogfileRetentionInDays")' unchecked > <input type="checkbox" id="Debug_LogfileRetentionInDays_enabled" value="1" onclick = 'InvertEnableItem("Debug", "LogfileRetentionInDays")' unchecked >
<class id="Debug_LogfileRetentionInDays_text" style="color:black;">LogfileRetentionInDays</class> <label for=Debug_LogfileRetentionInDays_enabled><class id="Debug_LogfileRetentionInDays_text" style="color:black;">LogfileRetentionInDays</class></label>
</td> </td>
<td> <td>
<input type="number" id="Debug_LogfileRetentionInDays_value1" size="13" min="0" step="1"> <input type="number" id="Debug_LogfileRetentionInDays_value1" size="13" min="0" step="1">
@@ -1340,9 +1350,8 @@ tbody tr:nth-child(odd) {
</tr> </tr>
<tr> <tr>
<td style="padding-left: 40px;"> <td style="padding-left: 40px;">
<input type="checkbox" id="System_TimeZone_enabled" value="1" onclick = 'InvertEnableItem("System", "TimeZone")' unchecked ></td> <input type="checkbox" id="System_TimeZone_enabled" value="1" onclick = 'InvertEnableItem("System", "TimeZone")' unchecked >
<td> <label for=System_TimeZone_enabled><class id="System_TimeZone_text" style="color:black;">TimeZone</class></label>
<class id="System_TimeZone_text" style="color:black;">TimeZone</class>
</td> </td>
<td> <td>
<input type="text" id="System_TimeZone_value1"> <input type="text" id="System_TimeZone_value1">