|
|
|
@@ -106,34 +106,34 @@ |
|
|
|
</tr> |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "repo.modelarts.computing_resources"}} |
|
|
|
{{$.i18n.Tr "cloudbrain.task_type"}} |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" |
|
|
|
id="{{.VersionName}}-computeresource"> |
|
|
|
{{.ComputeResource}} |
|
|
|
{{.JobType}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "cloudbrain.task_type"}} |
|
|
|
{{$.i18n.Tr "repo.modelarts.code_version"}} |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" |
|
|
|
id="{{.VersionName}}-computeresource"> |
|
|
|
{{.JobType}} |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-code"> |
|
|
|
{{.BranchName}} |
|
|
|
<span style="margin-left:1rem" class="ui label">{{SubStr .CommitID 0 10}}</span> |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "repo.modelarts.code_version"}} |
|
|
|
{{$.i18n.Tr "repo.modelarts.computing_resources"}} |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-code"> |
|
|
|
{{.BranchName}} |
|
|
|
<span style="margin-left:1rem" class="ui label">{{SubStr .CommitID 0 10}}</span> |
|
|
|
<div class="text-span text-span-w" |
|
|
|
id="{{.VersionName}}-computeresource"> |
|
|
|
{{.ComputeResource}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
@@ -369,6 +369,7 @@ |
|
|
|
{{template "base/footer" .}} |
|
|
|
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script> |
|
|
|
<script> |
|
|
|
console.log({{.version_list_task}}); |
|
|
|
$('.menu .item').tab() |
|
|
|
$(document).ready(function () { |
|
|
|
$('.ui.accordion').accordion({ selector: { trigger: '.icon' } }); |
|
|
|
|