add admin links feature - model, service, dialogs and panel
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 95a4a83f8c2cb8fa8073392348b7f32112a31d05..a9200ebb363df15541e6da5abe641c8200d98309 100644 (file)
@@ -75,5 +75,6 @@ export enum ContextMenuKind {
     VIRTUAL_MACHINE = "VirtualMachine",
     KEEP_SERVICE = "KeepService",
     USER = "User",
+    LINK = "Link",
     NODE = "Node"
 }