X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a0aedfcf68e7b3d4caeee3e36d776ca0b34780bf..fe839ed6d50339973c2303d9a16b42db39966107:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 922720a411..88fd2298bb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -49,6 +49,7 @@ import { DragDropContextProvider } from 'react-dnd'; import HTML5Backend from 'react-dnd-html5-backend'; import { initAdvanceFormProjectsTree } from '~/store/search-bar/search-bar-actions'; import { repositoryActionSet } from '~/views-components/context-menu/action-sets/repository-action-set'; +import { sshKeyActionSet } from '~/views-components/context-menu/action-sets/ssh-key-action-set'; console.log(`Starting arvados [${getBuildInfo()}]`); @@ -66,6 +67,7 @@ addMenuActionSet(ContextMenuKind.PROCESS, processActionSet); addMenuActionSet(ContextMenuKind.PROCESS_RESOURCE, processResourceActionSet); addMenuActionSet(ContextMenuKind.TRASH, trashActionSet); addMenuActionSet(ContextMenuKind.REPOSITORY, repositoryActionSet); +addMenuActionSet(ContextMenuKind.SSH_KEY, sshKeyActionSet); fetchConfig() .then(({ config, apiHost }) => {