Add ssh keys panel
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index b63fc2cb290af38edb74be1da9e9beb28c3a5a2c..57967c7dda977f0d3feec3bb8424b43917eed4c4 100644 (file)
@@ -61,3 +61,5 @@ 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