diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index 2197dc1a3..3a1781064 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -1,9 +1,9 @@ {{template "base/head" .}}
@@ -28,26 +28,29 @@
- {{$.i18n.Tr "repo.model.manage.import_new_model"}} + {{$.i18n.Tr "repo.model.manage.import_new_model"}}
{{if eq $.MODEL_COUNT 0}}
-
-
未创建过模型
-
- {{if $.RepoIsEmpty}} -
代码版本:您还没有初始化代码仓库,请先创建代码版本;
- {{end}} - {{if eq $.TRAIN_COUNT 0}} -
训练任务:您还没创建过训练任务,请先创建训练任务
- {{end}} -
使用说明:可以参考启智AI协作平台小白训练营课程。
+
+
未创建过模型
+
+ {{if $.RepoIsEmpty}} +
代码版本:您还没有初始化代码仓库,请先创建代码版本;
+ {{end}} + {{if eq $.TRAIN_COUNT 0}} +
训练任务:您还没创建过训练任务,请先创建训练任务
+ {{end}} +
使用说明:可以参考启智AI协作平台小白训练营课程。
-
-
-
-
+
+
+
+
{{else}} @@ -129,212 +132,218 @@
- +
- +
- +
- +
- +
-
- +
- + -{{template "base/footer" .}} + {{template "base/footer" .}} - - + \ No newline at end of file