add admin links feature - model, service, dialogs and panel
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 3fa1ab30d83d5d994e7b94bbe49b356deee74009..a9200ebb363df15541e6da5abe641c8200d98309 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",
@@ -73,5 +74,7 @@ export enum ContextMenuKind {
     SSH_KEY = "SshKey",
     VIRTUAL_MACHINE = "VirtualMachine",
     KEEP_SERVICE = "KeepService",
+    USER = "User",
+    LINK = "Link",
     NODE = "Node"
 }