re-run-workflow-and-display-workflow-inside-process-info-card
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 68a48ee3fdd5c4f5c2a3c6913a97ad101a718910..4ce2f5214d5f337d2488f0acb232d6d1ea5f1b0d 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",
@@ -74,5 +75,8 @@ export enum ContextMenuKind {
     VIRTUAL_MACHINE = "VirtualMachine",
     KEEP_SERVICE = "KeepService",
     USER = "User",
-    NODE = "Node"
+    NODE = "Node",
+    GROUPS = "Group",
+    GROUP_MEMBER = "GroupMember",
+    LINK = "Link",
 }