Merge branch '14479_ssh_keys'
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index c8a554c7651ea5d5f955ab11bb91051ee96626b2..57967c7dda977f0d3feec3bb8424b43917eed4c4 100644 (file)
@@ -33,6 +33,8 @@ export const navigateTo = (uuid: string) =>
         }
     };
 
+export const navigateToRoot = push(Routes.ROOT);
+
 export const navigateToFavorites = push(Routes.FAVORITES);
 
 export const navigateToTrash = push(Routes.TRASH);
@@ -55,3 +57,9 @@ export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootSt
 };
 
 export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
+
+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