add admin links feature - model, service, dialogs and panel
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index d452710cf561f298e65a8bea2a1c1395392c3738..0221fa9cc7c9b4a209393d6c6300cd4925608151 100644 (file)
@@ -68,4 +68,14 @@ export const navigateToRepositories = push(Routes.REPOSITORIES);
 
 export const navigateToSshKeys= push(Routes.SSH_KEYS);
 
-export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
\ No newline at end of file
+export const navigateToMyAccount = push(Routes.MY_ACCOUNT);
+
+export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
+
+export const navigateToComputeNodes = push(Routes.COMPUTE_NODES);
+
+export const navigateToUsers = push(Routes.USERS);
+
+export const navigateToApiClientAuthorizations = push(Routes.API_CLIENT_AUTHORIZATIONS);
+
+export const navigateToLinks = push(Routes.LINKS);
\ No newline at end of file