From 5626dd5033f2c632e2a5be53a0b674ff3e7ba9e6 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 15 Dec 2022 17:39:05 +0800 Subject: [PATCH] fix issue --- templates/user/dashboard/feeds.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index dca6209c6..09236eb51 100755 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -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}}