Refactor data-explorer to make it background more customizable, add slot for custom...
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 80a7f2136eee707a5c87e320d9b74722a4e1ff20..8d68a4b6856e4179260a95315eac5158f4c8a95f 100644 (file)
@@ -69,3 +69,11 @@ 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);
+
+export const navigateToUsers = push(Routes.USERS);
+
+export const navigateToApiClientAuthorizations = push(Routes.API_CLIENT_AUTHORIZATIONS);