feat: GUI intergration

This commit is contained in:
Pranav C
2026-01-19 13:24:24 +00:00
parent bc255ba212
commit 95807fc784
2 changed files with 15 additions and 2 deletions

View File

@@ -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"
}
}
}

View File

@@ -404,6 +404,7 @@ export const RootScopeTables = {
MetaTable.COL_LONG_TEXT,
MetaTable.PRINCIPAL_ASSIGNMENTS,
MetaTable.SCIM_CONFIG,
],
[RootScopes.BASE]: [MetaTable.PROJECT],
};