X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c27efd822acfd3bd93fc3e2e3e24a24146811eb7..f1db282d059c1d0a6e264943344e09bda5d40282:/src/views-components/context-menu/context-menu.tsx diff --git a/src/views-components/context-menu/context-menu.tsx b/src/views-components/context-menu/context-menu.tsx index 30ecc981..4ce2f521 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -55,6 +55,7 @@ const getMenuActionSet = (resource?: ContextMenuResource): ContextMenuActionSet }; export enum ContextMenuKind { + API_CLIENT_AUTHORIZATION = "ApiClientAuthorization", ROOT_PROJECT = "RootProject", PROJECT = "Project", RESOURCE = "Resource", @@ -69,5 +70,13 @@ export enum ContextMenuKind { PROCESS = "Process", PROCESS_RESOURCE = 'ProcessResource', PROCESS_LOGS = "ProcessLogs", - REPOSITORY = "Repository" + REPOSITORY = "Repository", + SSH_KEY = "SshKey", + VIRTUAL_MACHINE = "VirtualMachine", + KEEP_SERVICE = "KeepService", + USER = "User", + NODE = "Node", + GROUPS = "Group", + GROUP_MEMBER = "GroupMember", + LINK = "Link", }