From 173e2633a966f726db3324ef57bee4794e2abd4a Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 28 Oct 2021 17:30:49 +0800 Subject: [PATCH] update --- .../repo/modelarts/trainjob/list_model.tmpl | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/templates/repo/modelarts/trainjob/list_model.tmpl b/templates/repo/modelarts/trainjob/list_model.tmpl index aa90ec3ad..eaa09371f 100644 --- a/templates/repo/modelarts/trainjob/list_model.tmpl +++ b/templates/repo/modelarts/trainjob/list_model.tmpl @@ -1 +1,48 @@ -shuchu \ No newline at end of file +{{template "base/head" .}} +
+{{template "repo/header" .}} +
+
+ {{template "base/alert" .}} +

+
+
+ {{$.i18n.Tr "repo.modelarts.version_manage"}} +
+ +
+

+
+
+
+ + {{$.i18n.Tr "repo.modelarts.train_job.version"}} +
+
+
+ {{.TrainJobListModel}} + {{range .Tasks}} +
+ +
+
semantic.json
+
Contains build settings for gulp
+
+
+ {{end}} +
+
+
+ +
+
+ +
+
+{{template "base/footer" .}} + + \ No newline at end of file