Browse Source

Merge pull request '列表名调换顺序' (#2692) from fix-2633 into V20220815

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2692
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.8.1^2
chenshihai 3 years ago
parent
commit
21a99454aa
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/admin/cloudbrain/list.tmpl

+ 3
- 3
templates/admin/cloudbrain/list.tmpl View File

@@ -45,12 +45,12 @@
<div class="one wide column text center nowrap" style="width:6% !important;">
<span>{{$.i18n.Tr "repo.modelarts.cluster"}}</span>
</div>
<div class="one wide column text center nowrap" style="width:6% !important;">
<span>{{$.i18n.Tr "repo.cloudbrain_task_type"}}</span>
</div>
<div class="two wide column text center nowrap" style="width: 6% !important;">
<span>{{$.i18n.Tr "repo.modelarts.status"}}</span>
</div>
<div class="one wide column text center nowrap" style="width:6% !important;">
<span>{{$.i18n.Tr "repo.cloudbrain_task_type"}}</span>
</div>
<div class="two wide column text center nowrap" style="width: 8% !important;">
<span>{{$.i18n.Tr "repo.modelarts.createtime"}}</span>
</div>


Loading…
Cancel
Save