Merge branch 'master' into 14452-my-account
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 57967c7dda977f0d3feec3bb8424b43917eed4c4..a3652726f1d2dfda5b51d8c1f5200ebf1bbd6b71 100644 (file)
@@ -62,4 +62,14 @@ export const navigateToRunProcess = push(Routes.RUN_PROCESS);
 
 export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
 
-export const navigateToSshKeys= push(Routes.SSH_KEYS);
\ No newline at end of file
+export const navigateToVirtualMachines = push(Routes.VIRTUAL_MACHINES);
+
+export const navigateToRepositories = push(Routes.REPOSITORIES);
+
+export const navigateToSshKeys= push(Routes.SSH_KEYS);
+
+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