|
|
@@ -78,22 +78,22 @@ |
|
|
|
<div class="three wide column text center padding0" style="width: 17% !important;"> |
|
|
|
<span style="margin:0 6px">{{$.i18n.Tr "repo.modelarts.infer_job.model_version"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.status"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.createtime"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_status_runtime"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center padding0" style="width: 10% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.computing_resources"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center padding0" style="width: 6% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_creator"}}</span> |
|
|
|
</div> |
|
|
|
<div class="three wide column text center padding0" style="width: 17% !important;"> |
|
|
|
<div class="three wide column text center padding0" style="width: 18% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_operate"}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -116,21 +116,21 @@ |
|
|
|
<a id="{{.JobName}}" class="goto_modelmanage nowrap" title="{{.ModelName}}" href="javascript:void(0);" data-variation="inverted" data-position="top center" data-content="{{$.i18n.Tr "repo.modelarts.infer_job.tooltip"}}" data-jobname={{.JobName}} data-modelname={{.ModelName}} data-version={{.ModelVersion}} data-repopath="{{$.RepoLink}}">{{.ModelName}} </a> <span style="font-size: 12px;">{{.ModelVersion}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务状态 --> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span class="job-status" id="{{.JobID}}" data-repopath="{{$.RepoRelPath}}/{{if eq .Cloudbrain.Type 0 }}cloudbrain{{else}}modelarts{{end}}/inference-job" data-jobid="{{.JobID}}" data-version="{{.VersionName}}"> |
|
|
|
<span><i id="{{.JobID}}-icon" style="vertical-align: middle;" class="{{.Status}}"></i><span id="{{.JobID}}-text" style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!-- 任务创建时间 --> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span style="font-size: 12px;" class="">{{TimeSinceUnix .Cloudbrain.CreatedUnix $.Lang}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务运行时间 --> |
|
|
|
<div class="two wide column text center padding0" style="width: 11% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span style="font-size: 12px;" id="duration-{{.JobID}}">{{.TrainJobDuration}}</span> |
|
|
|
</div> |
|
|
|
<!-- 计算资源 --> |
|
|
|
<div class="two wide column text center padding0" style="width: 10% !important;"> |
|
|
|
<div class="two wide column text center padding0" style="width: 10.5% !important;"> |
|
|
|
<span style="font-size: 12px;">{{.ComputeResource}}</span> |
|
|
|
</div> |
|
|
|
<!-- 创建者 --> |
|
|
@@ -142,7 +142,7 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="three wide column text center padding0" style="width: 17% !important;"> |
|
|
|
<div class="three wide column text center padding0" style="width: 18% !important;"> |
|
|
|
<!-- 停止任务 --> |
|
|
|
{{if eq .Cloudbrain.Type 0 }} |
|
|
|
<div class="ui compact buttons"> |
|
|
|