From 1b5fd3a892aed0a9d97dbc5052dc375d492933d0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 26 Dec 2019 17:29:35 +0100 Subject: category list --- app/client/modules/biggan/views/biggan.live.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'app/client/modules/biggan/views/biggan.live.js') diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index 20cffe8..af1edea 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -13,6 +13,7 @@ import * as liveActions from '../../../live/live.actions' import * as queueActions from '../../../queue/queue.actions' import * as bigganTasks from '../biggan.tasks' import * as bigganActions from '../biggan.actions' +import BigGANCategoryList from './biggan.categoryList.js' class BigGANLive extends Component { constructor(props) { @@ -20,7 +21,7 @@ class BigGANLive extends Component { props.actions.live.get_params() } start(){ - console.log(this.props.opt) + // console.log(this.props.opt) console.log('starting up!') this.props.actions.tasks.live_task({ // folder_id: this.props.biggan.data.resultsFolder.id, @@ -31,7 +32,7 @@ class BigGANLive extends Component { } render() { const { biggan, actions } = this.props - console.log(actions) + // console.log(actions) // if (biggan.loading) { // return // } @@ -98,8 +99,8 @@ class BigGANLive extends Component { >{"Spin"} @@ -116,6 +117,9 @@ class BigGANLive extends Component { /> +
+ +
) -- cgit v1.2.3-70-g09d2