Skip to content

Commit

Permalink
[INLONG-1487][website] remove the user number limit when create a new…
Browse files Browse the repository at this point in the history
… data stream #1487 (#1490)
  • Loading branch information
leezng authored Aug 27, 2021
1 parent 28d9dda commit 92b016e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export default (
rules: [
{
required: true,
type: 'array',
min: 2,
message: i18n.t('components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnersRule'),
},
],
},
Expand Down
3 changes: 1 addition & 2 deletions inlong-website/src/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"components.AccessHelper.FieldsConfig.dataFields.DoubleQuotes": "双引号(\")",
"components.AccessHelper.FieldsConfig.dataFields.DataEncoding": "数据编码",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwners": "责任人",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnerHelp": "至少2人,责任人可查看、修改数据流信息",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnersRule": "请填写至少2个责任人",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnerHelp": "责任人可查看、修改数据流信息",
"components.AccessHelper.FieldsConfig.dataFields.Space": "空格",
"components.AccessHelper.FieldsConfig.dataFields.Comma": "逗号",
"components.AccessHelper.FieldsConfig.dataFields.DataFlowIntroduction": "介绍",
Expand Down
3 changes: 1 addition & 2 deletions inlong-website/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"components.AccessHelper.FieldsConfig.dataFields.DoubleQuotes": "Double quotes(\")",
"components.AccessHelper.FieldsConfig.dataFields.DataEncoding": "Data encoding",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwners": "Owners",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnerHelp": "At least 2 people, the person in charge can view and modify data flow information",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnersRule": "At least 2 people",
"components.AccessHelper.FieldsConfig.dataFields.DataStreamOwnerHelp": "Owners can view and modify data flow information",
"components.AccessHelper.FieldsConfig.dataFields.Space": "Space",
"components.AccessHelper.FieldsConfig.dataFields.Comma": "Comma",
"components.AccessHelper.FieldsConfig.dataFields.DataFlowIntroduction": "Description",
Expand Down

0 comments on commit 92b016e

Please sign in to comment.