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