|
|
@@ -18,7 +18,7 @@ |
|
|
|
data-all-compute="{{.i18n.Tr "admin.cloudbrain.all_computing_resources"}}" |
|
|
|
data-all-status="{{.i18n.Tr "admin.cloudbrain.all_status"}}"></div> |
|
|
|
{{template "admin/navbar" .}} |
|
|
|
<div class="ui container" style="width: 80%;"> |
|
|
|
<div class="ui container" style="width: 95%;"> |
|
|
|
{{template "base/alert" .}} |
|
|
|
<div class="ui grid"> |
|
|
|
<div class="row" style="border: 1px solid #d4d4d5;margin-top: 15px;padding-top: 0;"> |
|
|
@@ -34,34 +34,46 @@ |
|
|
|
<!-- 表头 --> |
|
|
|
<div class="ui grid stackable" style="background: #f0f0f0;;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="two wide column nowrap"> |
|
|
|
<span style="margin:0 6px">{{$.i18n.Tr "repo.cloudbrain_task"}}</span> |
|
|
|
<div class="two wide column nowrap" style="width:10% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_task"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<span style="margin:0 6px">{{$.i18n.Tr "repo.cloudbrain_task_type"}}</span> |
|
|
|
<!-- 集群 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:6% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.cluster"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap" style="width: 10% !important;"> |
|
|
|
<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="two wide column text center nowrap" style="width: 10% !important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 8% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.createtime"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width: 5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_status_runtime"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width: 5% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.computing_resources"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<!-- 智算中心 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.ai_center"}}</span> |
|
|
|
</div> |
|
|
|
<!-- XPU类型 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.modelarts.card_type"}}</span> |
|
|
|
</div> |
|
|
|
<div class="one wide column text center nowrap" style="width:4% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_creator"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap"> |
|
|
|
<div class="two wide column text center nowrap" style="width:10% !important;"> |
|
|
|
<span>{{$.i18n.Tr "repository"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap"> |
|
|
|
<div class="two wide column text center nowrap" style="width:10% !important;"> |
|
|
|
<span>{{.i18n.Tr "admin.cloudbrain.cloudbrain_name"}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap" style="width: 17.5%!important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 12%!important;"> |
|
|
|
<span>{{$.i18n.Tr "repo.cloudbrain_operate"}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -78,51 +90,52 @@ |
|
|
|
{{$JobID = .JobID}} |
|
|
|
{{end}} |
|
|
|
<!-- {{$JobID}} --> |
|
|
|
<div class="two wide column nowrap"> |
|
|
|
<div class="two wide column nowrap" style="width:10% !important;"> |
|
|
|
{{if eq .JobType "DEBUG"}} |
|
|
|
<a class="title" |
|
|
|
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}{{if eq .ComputeResource "CPU/GPU"}}/cloudbrain/{{$JobID}}{{else}}/modelarts/notebook/{{$JobID}}{{end}}" |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if or (eq .JobType "SNN4IMAGENET") (eq .JobType "BRAINSCORE")}} |
|
|
|
<a class="title" |
|
|
|
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/cloudbrain/benchmark/{{$JobID}}" |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "INFERENCE"}} |
|
|
|
<a class="title" |
|
|
|
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/modelarts/inference-job/{{$JobID}}" |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "TRAIN"}} |
|
|
|
<a class="title" |
|
|
|
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}{{if eq .Cloudbrain.Type 0}}/cloudbrain{{else if eq .Cloudbrain.Type 1}}/modelarts{{else if eq .Cloudbrain.Type 2}}/grampus{{end}}/train-job/{{$JobID}}" |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "BENCHMARK"}} |
|
|
|
<a class="title" |
|
|
|
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/cloudbrain/benchmark/{{$JobID}}" |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<!-- 任务类型 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<span style="font-size: 12px;">{{.JobType}} </span> |
|
|
|
<!-- 集群 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:6% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .Cluster}}{{.Cluster}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务状态 --> |
|
|
|
<div class="two wide column text center nowrap" |
|
|
|
style="padding-left: 2.2rem !important; width: 10% !important;"> |
|
|
|
style="width: 6% !important;"> |
|
|
|
<span class="job-status" id="{{$JobID}}" |
|
|
|
data-repopath='{{.Repo.OwnerName}}/{{.Repo.Name}}{{if eq .JobType "DEBUG"}}{{if eq .ComputeResource "CPU/GPU"}}/cloudbrain{{else}}/modelarts/notebook{{end}}{{else if eq .JobType "INFERENCE"}}/modelarts/inference-job{{else if eq .JobType "TRAIN"}}/modelarts/train-job{{else if eq .JobType "BENCHMARK"}}/cloudbrain{{end}}' |
|
|
|
data-jobid="{{$JobID}}" data-version="{{.VersionName}}"> |
|
|
@@ -131,23 +144,39 @@ |
|
|
|
style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!-- 任务类型 --> |
|
|
|
<div class="one wide column text center nowrap" style="width: 6% !important;"> |
|
|
|
<span style="font-size: 12px;">{{.JobType}} </span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 任务创建时间 --> |
|
|
|
<div class="two wide column text center nowrap" style="width: 10% !important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 8% !important;"> |
|
|
|
<span style="font-size: 12px;" |
|
|
|
class="">{{TimeSinceUnix1 .Cloudbrain.CreatedUnix}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务运行时间 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width: 5% !important;"> |
|
|
|
<span style="font-size: 12px;" |
|
|
|
id="duration-{{$JobID}}">{{if .TrainJobDuration}}{{.TrainJobDuration}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 计算资源 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width: 5% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .ComputeResource}}{{.ComputeResource}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 智算中心 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- XPU类型 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span style="font-size: 12px;" title="{{.CardType}}"> |
|
|
|
{{if .CardType}}{{.CardType}}{{else}}--{{end}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!-- 创建者 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width:4% !important;"> |
|
|
|
{{if .User.Name}} |
|
|
|
<a href="{{AppSubUrl}}/{{.User.Name}}" title="{{.User.Name}}"><img |
|
|
|
class="ui avatar image" src="{{.User.RelAvatarLink}}"></a> |
|
|
@@ -157,16 +186,24 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<!-- 项目 --> |
|
|
|
<div class="two wide column text center nowrap"> |
|
|
|
<div class="two wide column text center nowrap" style="width:10% !important;"> |
|
|
|
<a href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}" |
|
|
|
title="{{.Repo.OwnerName}}/{{.Repo.Alias}}">{{.Repo.OwnerName}}/{{.Repo.Alias}}</a> |
|
|
|
</div> |
|
|
|
<!-- 云脑侧名称 --> |
|
|
|
<div class="two wide column text center nowrap" |
|
|
|
style="overflow: hidden;text-overflow:ellipsis;"> |
|
|
|
<span class="fitted" title="{{.JobName}}">{{.JobName}}</span> |
|
|
|
style="overflow: hidden;text-overflow:ellipsis;width:10% !important;"> |
|
|
|
<span class="ui poping up clipboard" data-position="top center" id="clipboard-btn" style="cursor:pointer" |
|
|
|
data-clipboard-text="{{.JobName}}" |
|
|
|
data-success="{{$.i18n.Tr "repo.copy_link_success"}}" |
|
|
|
data-error="{{$.i18n.Tr "repo.copy_link_error"}}" |
|
|
|
data-content="{{$.i18n.Tr "repo.copy_link"}}" |
|
|
|
data-variation="inverted tiny" |
|
|
|
> |
|
|
|
<span class="fitted" title="{{.JobName}}">{{.JobName}}</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap" style="width: 17.5%!important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 14%!important;"> |
|
|
|
{{if eq .JobType "DEBUG"}} |
|
|
|
<div class="ui compact buttons"> |
|
|
|
<form id="debugAgainForm-{{$JobID}}"> |
|
|
@@ -235,36 +272,37 @@ |
|
|
|
<div class="ui grid stackable item"> |
|
|
|
<div class="row"> |
|
|
|
<!-- 任务名 --> |
|
|
|
<div class="two wide column nowrap"> |
|
|
|
<div class="two wide column nowrap" style="width:10% !important;"> |
|
|
|
{{if eq .JobType "DEBUG"}} |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "INFERENCE"}} |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "TRAIN"}} |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{else if eq .JobType "BENCHMARK"}} |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;"> |
|
|
|
<a class="title" href="" title="{{.DisplayJobName}}" style="font-size: 14px;padding-right:0px"> |
|
|
|
<span class="fitted" |
|
|
|
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<!-- 任务类型 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<span style="font-size: 12px;">{{.JobType}} </span> |
|
|
|
<!-- 集群 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:6% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .Cluster}}{{.Cluster}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务状态 --> |
|
|
|
<div class="two wide column text center nowrap" |
|
|
|
style="padding-left: 2.2rem !important; width: 10% !important;"> |
|
|
|
style="width: 6% !important;"> |
|
|
|
<span class="job-status" id="{{$JobID}}" data-jobid="{{$JobID}}" |
|
|
|
data-version="{{.VersionName}}"> |
|
|
|
<span><i id="{{$JobID}}-icon" style="vertical-align: middle;" |
|
|
@@ -272,23 +310,39 @@ |
|
|
|
style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!-- 任务类型 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:6% !important;"> |
|
|
|
<span style="font-size: 12px;">{{.JobType}} </span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 任务创建时间 --> |
|
|
|
<div class="two wide column text center nowrap" style="width: 10% !important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 8% !important;"> |
|
|
|
<span style="font-size: 12px;" |
|
|
|
class="">{{TimeSinceUnix1 .Cloudbrain.CreatedUnix}}</span> |
|
|
|
</div> |
|
|
|
<!-- 任务运行时间 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width:5% !important;"> |
|
|
|
<span style="font-size: 12px;" |
|
|
|
id="duration-{{$JobID}}">{{if .TrainJobDuration}}{{.TrainJobDuration}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 计算资源 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width:5% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .ComputeResource}}{{.ComputeResource}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- 智算中心 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span |
|
|
|
style="font-size: 12px;">{{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}}</span> |
|
|
|
</div> |
|
|
|
<!-- XPU类型 --> |
|
|
|
<div class="one wide column text center nowrap" style="width:8% !important;"> |
|
|
|
<span style="font-size: 12px;" title="{{.CardType}}"> |
|
|
|
{{if .CardType}}{{.CardType}}{{else}}--{{end}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!-- 创建者 --> |
|
|
|
<div class="one wide column text center nowrap"> |
|
|
|
<div class="one wide column text center nowrap" style="width:4% !important;"> |
|
|
|
{{if .User.Name}} |
|
|
|
<a href="{{AppSubUrl}}/{{.User.Name}}" title="{{.User.Name}}"><img |
|
|
|
class="ui avatar image" src="{{.User.RelAvatarLink}}"></a> |
|
|
@@ -298,15 +352,24 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<!-- 项目 --> |
|
|
|
<div class="two wide column text center nowrap"> |
|
|
|
<div class="two wide column text center nowrap" style="width:10% !important;"> |
|
|
|
<a href="" title="">--</a> |
|
|
|
</div> |
|
|
|
<!-- 云脑侧名称 --> |
|
|
|
<div class="two wide column text center nowrap" |
|
|
|
style="overflow: hidden;text-overflow:ellipsis;"> |
|
|
|
<span class="fitted">{{.JobName}}</span> |
|
|
|
style="overflow: hidden;text-overflow:ellipsis;width:10% !important;"> |
|
|
|
<span class="ui poping up clipboard" data-position="top center" id="clipboard-btn" style="cursor:pointer" |
|
|
|
data-clipboard-text="{{.JobName}}" |
|
|
|
data-success="{{$.i18n.Tr "repo.copy_link_success"}}" |
|
|
|
data-error="{{$.i18n.Tr "repo.copy_link_error"}}" |
|
|
|
data-content="{{$.i18n.Tr "repo.copy_link"}}" |
|
|
|
data-variation="inverted tiny" |
|
|
|
> |
|
|
|
<span class="fitted" title="{{.JobName}}">{{.JobName}}</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap" style="width: 17.5%!important;"> |
|
|
|
<div class="two wide column text center nowrap" style="width: 14%!important;"> |
|
|
|
{{if eq .JobType "DEBUG"}} |
|
|
|
<div class="ui compact buttons"> |
|
|
|
<form id="debugAgainForm-{{$JobID}}"> |
|
|
|