mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-15 07:56:58 +03:00
re-add missing dropdownbox filling for Postprocessing Individual Parameters
This commit is contained in:
@@ -1599,6 +1599,11 @@ function InitIndivParameter()
|
|||||||
_indexInflux.remove(0);
|
_indexInflux.remove(0);
|
||||||
|
|
||||||
for (var i = 0; i < NUMBERS.length; ++i){
|
for (var i = 0; i < NUMBERS.length; ++i){
|
||||||
|
var option = document.createElement("option");
|
||||||
|
option.text = NUMBERS[i]["name"];
|
||||||
|
option.value = i;
|
||||||
|
_index.add(option);
|
||||||
|
|
||||||
var optionInflux = document.createElement("option");
|
var optionInflux = document.createElement("option");
|
||||||
optionInflux.text = NUMBERS[i]["name"];
|
optionInflux.text = NUMBERS[i]["name"];
|
||||||
optionInflux.value = i;
|
optionInflux.value = i;
|
||||||
|
|||||||
Reference in New Issue
Block a user