From d76acff7c8134f65a98818f7a203d4c196951d3f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 22 Feb 2017 05:10:50 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/peer.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index aeb6c514..37ffb0de 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -158,6 +158,14 @@ var ChildProcessPeerActions = actions.Actions({ // XXX }], + peerCall: ['- Peer/', + function(id, action){ + // XXX + }], + peerApply: ['- Peer/', + function(id, action, args){ + // XXX + }], }) @@ -167,6 +175,9 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({ doc: '', tag: 'child-process-peer', + depends: [ + 'peer', + ], actions: ChildProcessPeerActions, })