77205: Separate access control section in admin sidebar

This commit is contained in:
Yura Bondarenko
2021-02-25 13:54:33 +01:00
parent a8544a7f32
commit 801cea4062
5 changed files with 70 additions and 52 deletions

View File

@@ -71,3 +71,9 @@ export const INFO_MODULE_PATH = 'info';
export function getInfoModulePath() {
return `/${INFO_MODULE_PATH}`;
}
export const ACCESS_CONTROL_MODULE_PATH = 'access-control';
export function getAccessControlModuleRoute() {
return `/${ACCESS_CONTROL_MODULE_PATH}`;
}