Browse Source

fix issue

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

+ 2
- 0
templates/user/dashboard/feeds.tmpl View File

@@ -72,7 +72,9 @@
{{$.i18n.Tr "action.comment_pull" .GetRepoLink $index .ShortRepoPath | Str2html}}
{{else if eq .GetOpType 24}}
{{$.i18n.Tr "action.upload_dataset" .GetRepoLink .RefName | Str2html}}
{{.GetOpType}}
{{else if and (eq .GetOpType 25) (eq .GetOpType 39)}}
----{{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