context menu for groups panel
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 95a4a83f8c2cb8fa8073392348b7f32112a31d05..99a595e061830196fabb5165ea9bf0b6320e0f93 100644 (file)
@@ -75,5 +75,6 @@ export enum ContextMenuKind {
     VIRTUAL_MACHINE = "VirtualMachine",
     KEEP_SERVICE = "KeepService",
     USER = "User",
-    NODE = "Node"
+    NODE = "Node",
+    GROUPS = "Group"
 }