Browse Source

#2699,数据集显示问题。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2727/head
zouap 2 years ago
parent
commit
b711db53f6
1 changed files with 11 additions and 10 deletions
  1. +11
    -10
      templates/repo/modelarts/trainjob/show.tmpl

+ 11
- 10
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -397,16 +397,7 @@
</div>
</td>
</tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.compute_node"}}
</td>
<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.WorkServerNumber}}
</div>
</td>
</tr>
</tbody>
</table>
</div>
@@ -470,6 +461,16 @@
</div>
</td>
</tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.compute_node"}}
</td>
<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.WorkServerNumber}}
</div>
</td>
</tr>
</tbody>
</table>
</div>


Loading…
Cancel
Save