Added control status icon to Terminal header

This commit is contained in:
jpellizzari
2016-11-14 16:37:01 +00:00
parent 70960cc67a
commit 2b83ebd74c
4 changed files with 26 additions and 6 deletions

View File

@@ -238,7 +238,9 @@ export function doControlRequest(nodeId, control, dispatch) {
res.pipe,
nodeId,
res.raw_tty,
resizeTtyControl));
resizeTtyControl,
control
));
}
if (res.removedNode) {
dispatch(receiveControlNodeRemoved(nodeId));