Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
b1db9ed679
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}}
{{.GetOpType}}
{{else if and (eq .GetOpType 25) (eq .GetOpType 39)}}
----{{GetRepoLink}} {{.Content}}
----{{.GetRepoLink}} {{.Content}}
{{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}}
{{else if and (eq .GetOpType 26) (eq .GetOpType 40)}}
{{$.i18n.Tr "action.task_npudebugjob" .GetRepoLink .Content .RefName | Str2html}}


Loading…
Cancel
Save