|
|
@@ -266,9 +266,9 @@ td, th { |
|
|
|
</td> |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-desc"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-desc" style="width: 380px;"> |
|
|
|
{{if .Description}} |
|
|
|
<span>{{.Description}}</span> |
|
|
|
<span title="{{.Description}}">{{.Description}}</span> |
|
|
|
{{else}} |
|
|
|
<span>--</span> |
|
|
|
{{end}} |
|
|
@@ -308,8 +308,8 @@ td, th { |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
<span style="color: #8a8e99">名称:</span><span>testTrainJob1_model_5d21</span> |
|
|
|
<span style="color: #8a8e99">版本:</span><span>asdasdasd</span> |
|
|
|
<span>{{.ModelName}}</span> |
|
|
|
<span style="color: #8a8e99">{{$.i18n.Tr "repo.modelarts.version"}}:</span><span>{{.ModelVersion}}</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</td> |
|
|
@@ -367,7 +367,7 @@ td, th { |
|
|
|
</tr> |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "repo.modelarts.infer_dataset "}} |
|
|
|
{{$.i18n.Tr "repo.modelarts.infer_dataset"}} |
|
|
|
</td> |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
@@ -469,6 +469,7 @@ td, th { |
|
|
|
</div> |
|
|
|
{{template "base/footer" .}} |
|
|
|
<script> |
|
|
|
console.log({{.task}}) |
|
|
|
$(document).ready(function(){ |
|
|
|
$('.secondary.menu .item').tab(); |
|
|
|
}); |
|
|
|