Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
bfd57940b7
2 changed files with 11 additions and 7 deletions
  1. +11
    -6
      templates/repo/cloudbrain/show.tmpl
  2. +0
    -1
      templates/repo/cloudbrain/trainjob/show.tmpl

+ 11
- 6
templates/repo/cloudbrain/show.tmpl View File

@@ -361,11 +361,17 @@
</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 "cloudbrain.description"}}
</td>





<td class="ti-text-form-content">
<div class="text-span-new" id="model_description">
{{.Description}}
</div>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>
@@ -391,8 +397,6 @@
</div> </div>
</td> </td>
</tr> </tr>

<tr class="ti-no-ng-animate"> <tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80"> <td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.standard"}} {{$.i18n.Tr "repo.modelarts.train_job.standard"}}
@@ -610,4 +614,5 @@
$('td.ti-text-form-content.spec div').text(specStr); $('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType)); SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType));
})(); })();
console.log({{.version_list_task}});
</script> </script>

+ 0
- 1
templates/repo/cloudbrain/trainjob/show.tmpl View File

@@ -907,5 +907,4 @@
$('td.ti-text-form-content.spec div').text(specStr); $('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType)); SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType));
})(); })();
console.log({{.version_list_task}});
</script> </script>

Loading…
Cancel
Save