Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.4.1^2
zouap 3 years ago
parent
commit
deef8665fc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/modelarts/notebook/show.tmpl

+ 3
- 3
templates/repo/modelarts/notebook/show.tmpl View File

@@ -327,7 +327,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName">
{{if not (eq .task.StartTime 0)}}
{{if not (eq .StartTime 0)}}
{{TimeSinceUnix1 .EndTime}}
{{else}}
--
@@ -342,7 +342,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName">
{{$.datasetname}}
{{.datasetname}}
</div>
</td>
</tr>
@@ -356,7 +356,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{$.resource_spec}}
{{.resource_spec}}
</div>
</td>
</tr>


Loading…
Cancel
Save