Browse Source

提交代码。

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

+ 2
- 2
templates/repo/cloudbrain/show.tmpl View File

@@ -306,7 +306,7 @@ td, th {
</td>

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

<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName">
<div class="text-span text-span-w" id="{{.VersionName}}-EndTime">
{{if not (eq .EndTime 0)}}
{{TimeSinceUnix1 .EndTime}}
{{else}}


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

@@ -290,7 +290,17 @@ td, th {
</div>
</td>
</tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
数据集下载地址
</td>

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

</tbody>
</table>


Loading…
Cancel
Save