Browse Source

#2699,数据集显示问题。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2727/head
zouap 2 years ago
parent
commit
581c7eb0d4
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      templates/repo/cloudbrain/show.tmpl

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

@@ -364,18 +364,7 @@
</td> </td>
</tr> </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.dura_time"}}
</td>

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






@@ -483,7 +472,18 @@
</div> </div>
</td> </td>
</tr> </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.dura_time"}}
</td>


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


</tbody> </tbody>
</table> </table>


Loading…
Cancel
Save