add keep services panel with state and all dialogs for actions
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 57967c7dda977f0d3feec3bb8424b43917eed4c4..d452710cf561f298e65a8bea2a1c1395392c3738 100644 (file)
@@ -62,4 +62,10 @@ 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 navigateToKeepServices = push(Routes.KEEP_SERVICES);
\ No newline at end of file