diff --git a/semantic.json b/semantic.json
index fee52af53..bc9750cef 100644
--- a/semantic.json
+++ b/semantic.json
@@ -56,6 +56,7 @@
"tab",
"table",
"text",
- "transition"
+ "transition",
+ "toast"
]
}
diff --git a/templates/repo/cloudbrain/benchmark/show.tmpl b/templates/repo/cloudbrain/benchmark/show.tmpl
index 16e5a98f5..07744d422 100755
--- a/templates/repo/cloudbrain/benchmark/show.tmpl
+++ b/templates/repo/cloudbrain/benchmark/show.tmpl
@@ -281,7 +281,7 @@ td, th {
- {{.i18n.Tr "cloudbrain.mirror"}}
+ {{$.i18n.Tr "cloudbrain.mirror"}}
|
@@ -292,7 +292,7 @@ td, th {
|
- {{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}}
+ {{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}}
|
@@ -314,7 +314,7 @@ td, th {
- {{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_train"}}
+ {{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_train"}}
|
@@ -325,7 +325,7 @@ td, th {
|
- {{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_test"}}
+ {{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_test"}}
|
diff --git a/templates/repo/cloudbrain/image/edit.tmpl b/templates/repo/cloudbrain/image/edit.tmpl
index ce33ceba2..b9bca3cc5 100644
--- a/templates/repo/cloudbrain/image/edit.tmpl
+++ b/templates/repo/cloudbrain/image/edit.tmpl
@@ -92,31 +92,3 @@
{{template "base/footer" .}}
-
\ No newline at end of file
diff --git a/templates/repo/cloudbrain/image/submit.tmpl b/templates/repo/cloudbrain/image/submit.tmpl
index 22c6999e5..6ec3509ec 100644
--- a/templates/repo/cloudbrain/image/submit.tmpl
+++ b/templates/repo/cloudbrain/image/submit.tmpl
@@ -102,8 +102,3 @@
{{template "base/footer" .}}
-
-
\ No newline at end of file
diff --git a/web_src/js/components/images/selectImages.vue b/web_src/js/components/images/selectImages.vue
index 4f64e8273..efda649d6 100644
--- a/web_src/js/components/images/selectImages.vue
+++ b/web_src/js/components/images/selectImages.vue
@@ -4,7 +4,8 @@
-
+
+
选择镜像
|