mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
feat: GUI intergration
This commit is contained in:
@@ -1305,6 +1305,13 @@
|
||||
"adminPanel": "Admin Panel",
|
||||
"moveWorkspaceToOrg": "Move Workspace To Organisation",
|
||||
"ssoSettings": "SSO Settings",
|
||||
"scimProvisioning": "SCIM Provisioning",
|
||||
"scimEnabled": "SCIM Enabled",
|
||||
"scimEndpoint": "SCIM Endpoint URL",
|
||||
"provisioningToken": "Bearer Token",
|
||||
"enableScim": "Enable SCIM",
|
||||
"disableScim": "Disable SCIM",
|
||||
"regenerate": "Regenerate",
|
||||
"addDomain": "Add Domain",
|
||||
"domain": "Domain",
|
||||
"settings": "Settings",
|
||||
@@ -2863,7 +2870,12 @@
|
||||
"mcpUrlCopied": "MCP URL copied to clipboard",
|
||||
"nlookupFieldsCreatedSuccessfully": "{n} Lookup field created successfully",
|
||||
"nlookupFieldsCreatedSuccessfullyPlural": "{n} Lookup fields created successfully",
|
||||
"tableDuplicatedInOtherBase": "Table has successfully duplicated in another base. Open the specified base to see it."
|
||||
"tableDuplicatedInOtherBase": "Table has successfully duplicated in another base. Open the specified base to see it.",
|
||||
"scimInitialized": "SCIM provisioning initialized successfully",
|
||||
"scimEnabled": "SCIM provisioning enabled",
|
||||
"scimDisabled": "SCIM provisioning disabled",
|
||||
"tokenRegenerated": "Provisioning token regenerated successfully",
|
||||
"scimDeleted": "SCIM configuration deleted successfully"
|
||||
},
|
||||
"subText": {
|
||||
"startFromScratch": "Start from scratch.",
|
||||
@@ -2878,4 +2890,4 @@
|
||||
"internalUrlsNotAllowed": "Internal URLs are not allowed",
|
||||
"cyclicCallsWarning": "This URL points to the same NocoDB instance which may cause cyclic calls"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -404,6 +404,7 @@ export const RootScopeTables = {
|
||||
MetaTable.COL_LONG_TEXT,
|
||||
|
||||
MetaTable.PRINCIPAL_ASSIGNMENTS,
|
||||
MetaTable.SCIM_CONFIG,
|
||||
],
|
||||
[RootScopes.BASE]: [MetaTable.PROJECT],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user