mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 18:16:54 +00:00
refactor: refactor dataSource manager
This commit is contained in:
parent
3c6e70f1cb
commit
0bd14bd21d
@ -10,7 +10,7 @@ const collection = {
|
||||
name: 'key',
|
||||
interface: 'input',
|
||||
uiSchema: {
|
||||
title: `{{t("Data source name",{ ns: "${NAMESPACE}" })}}`,
|
||||
title: `{{t("Data source UID",{ ns: "${NAMESPACE}" })}}`,
|
||||
type: 'string',
|
||||
'x-component': 'Input',
|
||||
required: true,
|
||||
@ -21,7 +21,7 @@ const collection = {
|
||||
name: 'displayName',
|
||||
interface: 'input',
|
||||
uiSchema: {
|
||||
title: `{{t("Description",{ ns: "${NAMESPACE}" })}}`,
|
||||
title: `{{t("Data source Title",{ ns: "${NAMESPACE}" })}}`,
|
||||
type: 'string',
|
||||
'x-component': 'Input',
|
||||
required: true,
|
||||
|
Loading…
Reference in New Issue
Block a user