mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 16:26:42 +00:00
refactor: refactor dataSource manager
This commit is contained in:
parent
6c98ac2c98
commit
97f692e3c1
@ -7,7 +7,7 @@ const collection = {
|
||||
fields: [
|
||||
{
|
||||
type: 'string',
|
||||
name: 'name',
|
||||
name: 'key',
|
||||
interface: 'input',
|
||||
uiSchema: {
|
||||
title: `{{t("Data source name",{ ns: "${NAMESPACE}" })}}`,
|
||||
@ -18,7 +18,7 @@ const collection = {
|
||||
},
|
||||
{
|
||||
type: 'string',
|
||||
name: 'description',
|
||||
name: 'displayName',
|
||||
interface: 'input',
|
||||
uiSchema: {
|
||||
title: `{{t("Description",{ ns: "${NAMESPACE}" })}}`,
|
||||
@ -29,7 +29,7 @@ const collection = {
|
||||
},
|
||||
{
|
||||
type: 'string',
|
||||
name: 'dialect',
|
||||
name: 'type',
|
||||
interface: 'select',
|
||||
uiSchema: {
|
||||
title: `{{t("type", { ns: "${NAMESPACE}" })}}`,
|
||||
|
Loading…
Reference in New Issue
Block a user