diff --git a/templates/repo/modelarts/trainjob/show.tmpl b/templates/repo/modelarts/trainjob/show.tmpl index 7b37f40e8..1473c537c 100755 --- a/templates/repo/modelarts/trainjob/show.tmpl +++ b/templates/repo/modelarts/trainjob/show.tmpl @@ -83,6 +83,7 @@ .ti-text-form-label { padding-bottom: 20px; + padding-right: 20px; color: #8a8e99; font-size: 12px; white-space: nowrap; @@ -105,6 +106,36 @@ td, th { text-overflow: ellipsis; white-space: nowrap; } +.redo-color{ + color: #3291F8; +} +.ti-action-menu-item:not(:last-child){ + margin-right: 10px; + padding-right: 11px; + text-decoration: none!important; + color: #526ecc; + cursor: pointer; + display: inline-block; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + user-select: none; + position: relative; +} +.ti-action-menu-item:not(:last-child):after { + content: ""; + display: inline-block; + position: absolute; + height: 12px; + right: 0; + top: 50%; + -webkit-transform: translateY(-6px); + -ms-transform: translateY(-6px); + -o-transform: translateY(-6px); + transform: translateY(-6px); + border-right: 1px solid #dfe1e6; +}
| - 资源池 + AI引擎 | - +
- aaa
+ {{.EngineName}}
|
-
| - 规格 + 代码分支 | - +
- aaa
+ {{.BranchName}}
|
-
| - 计算节点 + 启动文件 |
- 1
+ {{.BootFile}}
|
-
| - 作业名称 + 训练数据集 | - +
- trainjob-d672 | job15b681bc
+ {{.DatasetName}}
|
||
| - 作业名称 - | - -
-
- trainjob-d672 | job15b681bc
-
- |
+ + 运行参数 + | + +
+
+ {{.Parameters}}
+
+ |
| - 作业名称 + 训练输出位置 | - + +
+
+ {{.TrainUrl}}
+
+ |
+ ||
| + 描述 + | +
- trainjob-d672 | job15b681bc
+
|