Browse Source

提交代码。

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

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

@@ -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;
})
}



Loading…
Cancel
Save