This commit is contained in:
Slider0007
2023-05-01 19:23:01 +02:00
parent 54cd7e511a
commit e75e720869
3 changed files with 5 additions and 5 deletions

View File

@@ -591,7 +591,7 @@
<td class="indent1" style="padding-top:25px" colspan="3"> <td class="indent1" style="padding-top:25px" colspan="3">
<b>Parameter per number sequence:</b> <b>Parameter per number sequence:</b>
<select <select
style="font-weight: bold; margin-left:18px" id="Numbers_value1" onchange="numberChanged()"> style="font-weight: bold; margin-left:17px" id="Numbers_value1" onchange="numberChanged()">
</select> </select>
</td> </td>
</tr> </tr>
@@ -869,7 +869,7 @@
<td class="indent1" style="padding-top:25px" colspan="3"> <td class="indent1" style="padding-top:25px" colspan="3">
<b>Parameter per number sequence:</b> <b>Parameter per number sequence:</b>
<select <select
style="font-weight: bold; margin-left:18px" id="NumbersInfluxDB_value1" onchange="numberInfluxDBChanged()"> style="font-weight: bold; margin-left:17px" id="NumbersInfluxDB_value1" onchange="numberInfluxDBChanged()">
</select> </select>
</td> </td>
</tr> </tr>
@@ -954,7 +954,7 @@
<td class="indent1" style="padding-top:25px" colspan="3"> <td class="indent1" style="padding-top:25px" colspan="3">
<b>Parameter per number sequence:</b> <b>Parameter per number sequence:</b>
<select <select
style="font-weight: bold; margin-left:18px" id="NumbersInfluxDBv2_value1" onchange="numberInfluxDBv2Changed()"> style="font-weight: bold; margin-left:17px" id="NumbersInfluxDBv2_value1" onchange="numberInfluxDBv2Changed()">
</select> </select>
</td> </td>
</tr> </tr>

View File

@@ -60,7 +60,7 @@ p {font-size: 1em;}
WriteConfigININew(); WriteConfigININew();
SaveConfigToServer(domainname); SaveConfigToServer(domainname);
var stringota = getDomainname(); var stringota = getDomainname() + "/reboot";
parent.location = stringota; parent.location = stringota;
parent.location.href = stringota; parent.location.href = stringota;
parent.location.assign(stringota); parent.location.assign(stringota);

View File

@@ -59,7 +59,7 @@ p {font-size: 1em;}
WriteConfigININew(); WriteConfigININew();
SaveConfigToServer(domainname); SaveConfigToServer(domainname);
var stringota = getDomainname(); var stringota = getDomainname() + "/reboot";
parent.location = stringota; parent.location = stringota;
parent.location.href = stringota; parent.location.href = stringota;
parent.location.assign(stringota); parent.location.assign(stringota);