diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index e881a47e..5c2bdaa4 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -143,12 +143,32 @@ module.Peer = core.ImageGridFeatures.Feature({ title: '', doc: '', - tag: 'child', + tag: 'peer', actions: PeerActions, }) + +//--------------------------------------------------------------------- + +var ChildProcessPeerActions = actions.Actions({ +}) + + +var ChildProcessPeer = +module.ChildProcessPeer = core.ImageGridFeatures.Feature({ + title: '', + doc: '', + + tag: 'child-process-peer', + + actions: ChildProcessPeerActions, +}) + + + + /********************************************************************** * vim:set ts=4 sw=4 : */ return module })