diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl index c1afb9389..e9b2f2732 100755 --- a/templates/repo/cloudbrain/new.tmpl +++ b/templates/repo/cloudbrain/new.tmpl @@ -161,14 +161,15 @@
- + {{range .images}} {{end}} {{range .public_images}} {{end}} - +
@@ -242,9 +243,9 @@ .dropdown(); - $('#cloudbrain_image').select2({ - placeholder: "选择镜像" - }); + // $('#cloudbrain_image').select2({ + // placeholder: "选择镜像" + // }); $(".ui.button.reset").click(function(e){ diff --git a/web_src/js/components/EditAboutInfo.vue b/web_src/js/components/EditAboutInfo.vue index 76157008f..6249a5b9b 100644 --- a/web_src/js/components/EditAboutInfo.vue +++ b/web_src/js/components/EditAboutInfo.vue @@ -1,9 +1,9 @@