X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/da61c0b626bfef292175bb0c623213cb1efad63d..445787c80c5abc9949133f45c3d9540b426fc046:/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..a9200ebb 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,11 @@ 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", + LINK = "Link", + NODE = "Node" }