From 8588c5704304753986db29485ea2f80c1597e78c Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 16 Jun 2022 17:34:39 +0800 Subject: [PATCH] fix issue --- templates/repo/modelmanage/index.tmpl | 371 +++++++++++++------------- 1 file changed, 190 insertions(+), 181 deletions(-) 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 @@
{{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