diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl index 2c4832736..92704292e 100755 --- a/templates/repo/cloudbrain/new.tmpl +++ b/templates/repo/cloudbrain/new.tmpl @@ -126,8 +126,8 @@
- - {{range .benchmark_categories}} {{end}} @@ -140,9 +140,6 @@ {{range .images}} {{end}} - {{range .public_images}} - - {{end}}
@@ -206,6 +203,11 @@ } } + $('.clearable.example .ui.inline.dropdown') + .dropdown({ + placeholder: "选择数据集类别" + }) + $('select.dropdown') .dropdown();