mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
enhance data pages (#2088)
* enhance data pages * add checkbox to show relative values * remove static entries, they get overwritten by dynamic oes --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -462,9 +462,6 @@ textarea {
|
||||
<br>
|
||||
<b>Postprocessing Individual Parameters:
|
||||
<select id="Numbers_value1" onchange="numberChanged()">
|
||||
<option value="0" selected>default</option>
|
||||
<option value="1" >NT</option>
|
||||
<option value="2" >HT</option>
|
||||
</select></b>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -786,9 +783,6 @@ textarea {
|
||||
<br>
|
||||
<b>Postprocessing Individual Parameters:
|
||||
<select id="NumbersInfluxDB_value1" onchange="numberInfluxDBChanged()">
|
||||
<option value="0" selected>default</option>
|
||||
<option value="1" >NT</option>
|
||||
<option value="2" >HT</option>
|
||||
</select></b>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user