Browse Source

#3553 【gcu调试】首页动态中的任务类型显示不对

pull/3554/head
chenshihai 2 years ago
parent
commit
752477ea0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/home.js

+ 1
- 1
public/home/home.js View File

@@ -457,7 +457,7 @@ var actionNameZH={
"37":"提交的镜像 {image} 被设置为推荐镜像",
"39":"创建了CPU/GPU类型调试任务",
"40":"创建了NPU类型调试任务",
"41":"创建了GCU类型训练任务",
"41":"创建了GCU类型调试任务",
};

var actionNameEN={


Loading…
Cancel
Save