|
|
@@ -114,6 +114,7 @@ |
|
|
|
<input type="hidden" id="benchmark_child_types_id_hidden" name="benchmark_child_types_id_hidden" value="{{.benchmark_child_types_id_hidden}}"> |
|
|
|
<label style="font-weight: normal;white-space: nowrap;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}}</label> |
|
|
|
<select class="ui fluid selection dropdown nowrap" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> |
|
|
|
<option value="1">None</option> |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -199,7 +200,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
console.log(html); |
|
|
|
document.getElementById("benchmark_child_types_id").innerHTML=html; |
|
|
|
//document.getElementById("benchmark_child_types_id").innerHTML=html; |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|