conflicts
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index b63fc2cb290af38edb74be1da9e9beb28c3a5a2c..d452710cf561f298e65a8bea2a1c1395392c3738 100644 (file)
@@ -61,3 +61,11 @@ export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
 export const navigateToRunProcess = push(Routes.RUN_PROCESS);
 
 export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
+
+export const navigateToVirtualMachines = push(Routes.VIRTUAL_MACHINES);
+
+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