init api token, add model and service, create dialogs and panel
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 3fa1ab30d83d5d994e7b94bbe49b356deee74009..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",