diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl index 2c4832736..a93abd989 100755 --- a/templates/repo/cloudbrain/new.tmpl +++ b/templates/repo/cloudbrain/new.tmpl @@ -126,8 +126,8 @@
- - {{range .benchmark_categories}} {{end}} @@ -206,6 +206,11 @@ } } + $('#cloudbrain_benchmark_category') + .dropdown({ + placeholder: "选择数据集类别" + }) + $('select.dropdown') .dropdown();