init api token, add model and service, create dialogs and panel
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 211881ca599954728c2cb22a1a8b62a744ca8bb9..35298d0e1a2403d52cec788856fcdfb5ee439087 100644 (file)
@@ -55,6 +55,7 @@ const getMenuActionSet = (resource?: ContextMenuResource): ContextMenuActionSet
 };
 
 export enum ContextMenuKind {
+    API_CLIENT_AUTHORIZATION = "ApiClientAuthorization",
     ROOT_PROJECT = "RootProject",
     PROJECT = "Project",
     RESOURCE = "Resource",
@@ -71,5 +72,7 @@ export enum ContextMenuKind {
     PROCESS_LOGS = "ProcessLogs",
     REPOSITORY = "Repository",
     SSH_KEY = "SshKey",
-    KEEP_SERVICE = "KeepService"
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService",
+    NODE = "Node"
 }