Browse Source

去掉前端的规则

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.3
zouap 3 years ago
parent
commit
a6779a47ed
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 0
- 10
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -205,16 +205,6 @@
on: 'blur',
inline:true,
fields: {
job_name:{
identifier : 'job_name',
rules: [
{
type: 'regExp[/^[a-zA-Z0-9-_]{1,36}$/]',
prompt : '只包含大小写字母、数字、_和-,最长36个字符。'
}
]
},
image:{
identifier : 'image',
rules: [


Loading…
Cancel
Save