mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 20:46:35 +00:00
refactor: local improve
This commit is contained in:
parent
c0807c17f3
commit
2f35bb23d4
@ -1,4 +1,5 @@
|
|||||||
export const getConnectionPath = (name: string | number) => `/admin/settings/database-connections/${name}`;
|
export const getConnectionPath = (name: string | number) => `/admin/settings/data-source-manager/${name}`;
|
||||||
export const getConnectionCollectionPath = (name: string | number) => `/admin/settings/database-connections/${name}/collections`;
|
export const getConnectionCollectionPath = (name: string | number) =>
|
||||||
export const getConnectionPermissionPath = (name: string | number) => `/admin/settings/database-connections/${name}/permissions`;
|
`/admin/settings/data-source-manager/${name}/collections`;
|
||||||
|
export const getConnectionPermissionPath = (name: string | number) =>
|
||||||
|
`/admin/settings/data-source-manager/${name}/permissions`;
|
||||||
|
Loading…
Reference in New Issue
Block a user