mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 18:36:30 +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 getConnectionCollectionPath = (name: string | number) => `/admin/settings/database-connections/${name}/collections`;
|
||||
export const getConnectionPermissionPath = (name: string | number) => `/admin/settings/database-connections/${name}/permissions`;
|
||||
|
||||
export const getConnectionPath = (name: string | number) => `/admin/settings/data-source-manager/${name}`;
|
||||
export const getConnectionCollectionPath = (name: string | number) =>
|
||||
`/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