mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
Update
This commit is contained in:
@@ -591,7 +591,7 @@
|
||||
<td class="indent1" style="padding-top:25px" colspan="3">
|
||||
<b>Parameter per number sequence:</b>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -869,7 +869,7 @@
|
||||
<td class="indent1" style="padding-top:25px" colspan="3">
|
||||
<b>Parameter per number sequence:</b>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -954,7 +954,7 @@
|
||||
<td class="indent1" style="padding-top:25px" colspan="3">
|
||||
<b>Parameter per number sequence:</b>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -60,7 +60,7 @@ p {font-size: 1em;}
|
||||
WriteConfigININew();
|
||||
SaveConfigToServer(domainname);
|
||||
|
||||
var stringota = getDomainname();
|
||||
var stringota = getDomainname() + "/reboot";
|
||||
parent.location = stringota;
|
||||
parent.location.href = stringota;
|
||||
parent.location.assign(stringota);
|
||||
|
||||
@@ -59,7 +59,7 @@ p {font-size: 1em;}
|
||||
WriteConfigININew();
|
||||
SaveConfigToServer(domainname);
|
||||
|
||||
var stringota = getDomainname();
|
||||
var stringota = getDomainname() + "/reboot";
|
||||
parent.location = stringota;
|
||||
parent.location.href = stringota;
|
||||
parent.location.assign(stringota);
|
||||
|
||||
Reference in New Issue
Block a user