Merge branch 'master' into 14452-my-account
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index d452710cf561f298e65a8bea2a1c1395392c3738..a3652726f1d2dfda5b51d8c1f5200ebf1bbd6b71 100644 (file)
@@ -68,4 +68,8 @@ 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);
\ No newline at end of file