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)