Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
0b908e4b27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/dashboard/feeds.tmpl

+ 1
- 1
templates/user/dashboard/feeds.tmpl View File

@@ -74,7 +74,7 @@
{{$.i18n.Tr "action.upload_dataset" .GetRepoLink .RefName | Str2html}}
{{else if eq .GetOpType 25}}
{{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}}
{{else if eq .GetOpType 26)}}
{{else if eq .GetOpType 26}}
{{$.i18n.Tr "action.task_npudebugjob" .GetRepoLink .Content .RefName | Str2html}}
{{else if eq .GetOpType 27}}
{{$.i18n.Tr "action.task_nputrainjob" .GetRepoLink .Content .RefName | Str2html}}


Loading…
Cancel
Save