From b67d9525c45f88f6769b4022db9b536f9b99a0c5 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 1 Jun 2022 09:39:01 +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/convertIndex.tmpl | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index 882783233..47a9f7032 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -141,14 +141,11 @@
   - +
@@ -265,7 +262,7 @@ n_length = versionList.length let train_html='' for (let i=0;i${versionList[i]}
` + train_html += `
${versionList[i].Version}
` train_html += '' } $("#model-version").append(train_html)