X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f83344568cb070f716527288abe88a4ec5b0c305..d19d853e83383a6b75f638be99472aa626a05524:/src/index.tsx?ds=sidebyside diff --git a/src/index.tsx b/src/index.tsx index fbd6c9a8..c33ef7c1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -54,6 +54,7 @@ import { keepServiceActionSet } from '~/views-components/context-menu/action-set import { loadVocabulary } from '~/store/vocabulary/vocabulary-actions'; import { virtualMachineActionSet } from '~/views-components/context-menu/action-sets/virtual-machine-action-set'; import { computeNodeActionSet } from '~/views-components/context-menu/action-sets/compute-node-action-set'; +import { apiClientAuthorizationActionSet } from '~/views-components/context-menu/action-sets/api-client-authorization-action-set'; console.log(`Starting arvados [${getBuildInfo()}]`); @@ -75,6 +76,7 @@ addMenuActionSet(ContextMenuKind.SSH_KEY, sshKeyActionSet); addMenuActionSet(ContextMenuKind.VIRTUAL_MACHINE, virtualMachineActionSet); addMenuActionSet(ContextMenuKind.KEEP_SERVICE, keepServiceActionSet); addMenuActionSet(ContextMenuKind.NODE, computeNodeActionSet); +addMenuActionSet(ContextMenuKind.API_CLIENT_AUTHORIZATION, apiClientAuthorizationActionSet); fetchConfig() .then(({ config, apiHost }) => {