init api token, add model and service, create dialogs and panel
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 50cfd88d326e8fe97a4610b6b27b6ab842a8a092..e1e8cef557e1af4a6879ae60f2180ce4dd784877 100644 (file)
@@ -70,4 +70,6 @@ export const navigateToSshKeys= push(Routes.SSH_KEYS);
 
 export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
 
-export const navigateToComputeNodes = push(Routes.COMPUTE_NODES);
\ No newline at end of file
+export const navigateToComputeNodes = push(Routes.COMPUTE_NODES);
+
+export const navigateToApiClientAuthorizations = push(Routes.API_CLIENT_AUTHORIZATIONS);
\ No newline at end of file