Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
08a530fd28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/debugjob/index.tmpl

+ 1
- 1
templates/repo/debugjob/index.tmpl View File

@@ -327,7 +327,7 @@
</div> </div>
{{if not .BootFile}} {{if not .BootFile}}
<div class="ui compact buttons" <div class="ui compact buttons"
style="{{if eq .ComputeResource "CPU/GPU"}} visibility: visible {{else}} visibility: hidden{{end}}">
style="{{if and (ne .Cloudbrain.Type 2) (eq .ComputeResource "CPU/GPU")}} visibility: visible {{else}} visibility: hidden{{end}}">
<div class="ui dropdown" id="model_more" <div class="ui dropdown" id="model_more"
style="padding: .58928571em 1.125em .58928571em;"> style="padding: .58928571em 1.125em .58928571em;">
<div class="text">{{$.i18n.Tr "repo.more"}}</div> <div class="text">{{$.i18n.Tr "repo.more"}}</div>


Loading…
Cancel
Save