conflicts
[arvados-workbench2.git] / src / index.tsx
index 79525a8a6387de7deb9001c8b414b941154a6886..d83859675fc11e6f78b9b4fee37a4314fa1bccf0 100644 (file)
@@ -52,6 +52,7 @@ import { repositoryActionSet } from '~/views-components/context-menu/action-sets
 import { sshKeyActionSet } from '~/views-components/context-menu/action-sets/ssh-key-action-set';
 import { keepServiceActionSet } from '~/views-components/context-menu/action-sets/keep-service-action-set';
 import { loadVocabulary } from '~/store/vocabulary/vocabulary-actions';
+import { virtualMachineActionSet } from '~/views-components/context-menu/action-sets/virtual-machine-action-set';
 
 console.log(`Starting arvados [${getBuildInfo()}]`);
 
@@ -70,6 +71,7 @@ addMenuActionSet(ContextMenuKind.PROCESS_RESOURCE, processResourceActionSet);
 addMenuActionSet(ContextMenuKind.TRASH, trashActionSet);
 addMenuActionSet(ContextMenuKind.REPOSITORY, repositoryActionSet);
 addMenuActionSet(ContextMenuKind.SSH_KEY, sshKeyActionSet);
+addMenuActionSet(ContextMenuKind.VIRTUAL_MACHINE, virtualMachineActionSet);
 addMenuActionSet(ContextMenuKind.KEEP_SERVICE, keepServiceActionSet);
 
 fetchConfig()