Merge branch 'master' into 14452-my-account
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 80a7f2136eee707a5c87e320d9b74722a4e1ff20..a3652726f1d2dfda5b51d8c1f5200ebf1bbd6b71 100644 (file)
@@ -69,3 +69,7 @@ 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