diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl
index 91c20eb9f..8e67cc17b 100755
--- a/templates/repo/cloudbrain/new.tmpl
+++ b/templates/repo/cloudbrain/new.tmpl
@@ -212,7 +212,10 @@
-
+
+
+
+
+
+ |
+ {{$.i18n.Tr "cloudbrain.description"}}
+ |
-
-
-
-
+
+
+ {{.Description}}
+
+ |
+
@@ -391,8 +397,6 @@
-
-
|
{{$.i18n.Tr "repo.modelarts.train_job.standard"}}
@@ -610,4 +614,5 @@
$('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType));
})();
+ console.log({{.version_list_task}});
\ No newline at end of file
|