Browse Source

Merge pull request '判断GPU队列是否有排队信息' (#2806) from fix-2764 into V20220830

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2806
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.8.2^2
chenshihai 3 years ago
parent
commit
9f953ac3fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/custom/wait_count_train.tmpl

+ 1
- 1
templates/custom/wait_count_train.tmpl View File

@@ -18,7 +18,7 @@
></i>
<span id="gpu-nums" style="font-size: 12px"
>{{.ctx.i18n.Tr "repo.wait_count_start"}}
{{if .type}}
{{if .ctx.QueuesDetail}}
{{ $gpuQueue }}
{{else}}
{{.ctx.WaitCount}}


Loading…
Cancel
Save