diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index cf9c76257..e7e8defdd 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -800,6 +800,10 @@ modelarts.train_job.common_frame=常用框架 modelarts.train_job.amount_of_compute_node=计算节点个数 modelarts.train_job.job_parameter_name=作业参数名称 modelarts.train_job.parameter_description=作业参数描述 +modelarts.log=日志 +modelarts.version_manage=版本管理 +modelarts.back=返回 + template.items=模板选项 template.git_content=Git数据(默认分支) diff --git a/templates/repo/modelarts/trainjob/index.tmpl b/templates/repo/modelarts/trainjob/index.tmpl index 1dff14fb4..9c05a05c8 100755 --- a/templates/repo/modelarts/trainjob/index.tmpl +++ b/templates/repo/modelarts/trainjob/index.tmpl @@ -123,6 +123,136 @@ {{template "base/footer" .}} +{{template "base/head" .}} + +
+ {{template "repo/header" .}} +
+
+
+ + + +
+ {{template "base/alert" .}} +
+
+

{{.i18n.Tr "repo.modelarts.train_job"}}

+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + +
+ {{range .Tasks}} +
+
+ + + + +
+ {{.Status}} +
+ + +
+ {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}} +
+ + +
+ {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}} +
+ + +
+
+
+ {{$.CsrfTokenHtml}} + 删除 +
+
+
+ + +
+
+
+ {{$.CsrfTokenHtml}} + 停止 +
+
+
+ +
+
+ {{end}} {{template "base/paginate" .}} +
+
+
+
+
+
+
+{{template "base/footer" .}} +