Send new user data to server
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index ad6f7e306030b5eedea8309dd2d2b931fccc6bab..af5aaa929c43f14623c9f8c6e85d43ddeb4ebf7f 100644 (file)
@@ -62,10 +62,13 @@ export enum ContextMenuKind {
     TRASH = "Trash",
     COLLECTION_FILES = "CollectionFiles",
     COLLECTION_FILES_ITEM = "CollectionFilesItem",
+    COLLECTION_FILES_NOT_SELECTED = "CollectionFilesNotSelected",
     COLLECTION = 'Collection',
     COLLECTION_RESOURCE = 'CollectionResource',
     TRASHED_COLLECTION = 'TrashedCollection',
     PROCESS = "Process",
     PROCESS_RESOURCE = 'ProcessResource',
-    PROCESS_LOGS = "ProcessLogs"
+    PROCESS_LOGS = "ProcessLogs",
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey"
 }