From f42b1843febc6084555faba534f3c2fcdb50c066 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 24 Oct 2022 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/modelmanage/index.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index ed1163cb1..d5f282f2f 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -400,7 +400,7 @@ if(n_length > 0){ let train_html = '' for (let i = 0; i < n_length; i++) { - train_html += `
${data[i].DisplayJobName}
` + train_html += `
${data[i].DisplayJobName}
` train_html += '' } $("#job-name").append(train_html)