From dc1c2bf024885af3476f41e2f245765c633816a7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 27 Jul 2018 18:16:29 +0200 Subject: html --- app/client/modules/pix2pixhd/views/pix2pixhd.live.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'app/client/modules') diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index aea1ec6..05a8acf 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -3,7 +3,7 @@ import { bindActionCreators } from 'redux' import { connect } from 'react-redux' import { - ParamGroup, Param, Player, + ParamGroup, Param, Player, Group, Slider, Select, TextInput, Button, Loading } from '../../../common/' @@ -102,7 +102,7 @@ class Pix2PixHDLive extends Component { return } return ( -
+
@@ -135,6 +135,7 @@ class Pix2PixHDLive extends Component { onChange={this.changeEpoch} /> +
+ +
+ {this.renderRestartButton()} {this.renderLiveButtons()} {this.renderRecordButton()}

{this.props.last_message}

- +