Browse Source

fix issue

pull/2036/head
zhoupzh 3 years ago
parent
commit
1879f07b78
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      templates/repo/attachment/upload.tmpl

+ 0
- 1
templates/repo/attachment/upload.tmpl View File

@@ -13,7 +13,6 @@
<el-form label-width="140px">
{{.CsrfTokenHtml}}
<el-form-item label='{{$.i18n.Tr "dataset.dataset_available_clusters"}}:' prop="title">
${clusterFlag}
<el-button :class="{active:type==0}" :disabled="clusterFlag" size="small" style="margin: 0;border-radius: 0.28571429rem 0 0 0.28571429rem;" @click="uploadGpu">CPU/GPU</el-button>
<el-button :class="{active:type==1}" :disabled="clusterFlag" size="small" style="margin: 0 0 0 -4px;border-radius: 0 0.28571429rem 0.28571429rem 0;" @click="uploadNpu">NPU</el-button>
<!-- <span>请输入字母、数字、_和-,最长64个字符,且不能以中划线(-)结尾。</span> -->


Loading…
Cancel
Save