Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1405/head
zouap 3 years ago
parent
commit
75f970e604
1 changed files with 24 additions and 2 deletions
  1. +24
    -2
      templates/repo/cloudbrain/benchmark/show.tmpl

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

@@ -283,7 +283,29 @@ 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="{{.VersionName}}-mirror">
{{.Image}}
</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="{{.VersionName}}-mirror">
{{.User.Name}}
</div>
</td>
</tr>
</tbody>
</table>
@@ -335,7 +357,7 @@ td, th {
<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.FlavorName}}
{{.GpuQueue}}
</div>
</td>
</tr>


Loading…
Cancel
Save