Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1586/head
zouap 3 years ago
parent
commit
77a746acff
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 3
- 3
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -111,7 +111,7 @@
</select>
</div>
<div class="eight wide field" id="engine_name">
<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>
@@ -184,7 +184,7 @@
.tab();

$('#benchmark_types_id').change(function(){
setChildType();
//setChildType();
})

function setChildType(){
@@ -201,7 +201,7 @@
}
}
console.log(html);
//document.getElementById("benchmark_child_types_id").innerHTML=html;
document.getElementById("benchmark_child_types_id").innerHTML=html;
})
}



Loading…
Cancel
Save